6 #ifndef JSON_FEATURES_H_INCLUDED 7 #define JSON_FEATURES_H_INCLUDED 9 #if !defined(JSON_IS_AMALGAMATION) 11 #endif // if !defined(JSON_IS_AMALGAMATION) 44 bool allowComments_{
true};
48 bool strictRoot_{
false};
51 bool allowDroppedNullPlaceholders_{
false};
54 bool allowNumericKeys_{
false};
61 #endif // JSON_FEATURES_H_INCLUDED #define JSON_API
If defined, indicates that the source file is amalgamated to prevent private header inclusion...
JSON (JavaScript Object Notation).
Configuration passed to reader and writer.