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) 45 bool allowComments_{
true};
49 bool strictRoot_{
false};
52 bool allowDroppedNullPlaceholders_{
false};
55 bool allowNumericKeys_{
false};
62 #endif // JSON_FEATURES_H_INCLUDED Configuration passed to reader and writer.
Definition: json_features.h:22
JSON (JavaScript Object Notation).
Definition: allocator.h:15