carb::dictionary::fSerializerOptionMakePretty

Defined in carb/dictionary/ISerializer.h

constexpr SerializerOptions carb::dictionary::fSerializerOptionMakePretty = (1 << 1)

Flag to indicate that the generated string should be formatted to be human readable and look ‘pretty’.

If this flag is not used, the default behavior is to format the string as compactly as possible with the aim of it being machine consumable. This flag may be used for both the JSON and TOML serializer plugins.