6 #ifndef CPPTL_JSON_FEATURES_H_INCLUDED     7 #define CPPTL_JSON_FEATURES_H_INCLUDED     9 #if !defined(JSON_IS_AMALGAMATION)    11 #endif // if !defined(JSON_IS_AMALGAMATION)    61 #endif // CPPTL_JSON_FEATURES_H_INCLUDED #define JSON_API
If defined, indicates that the source file is amalgated to prevent private header inclusion...
bool allowComments_
true if comments are allowed. Default: true. 
bool allowNumericKeys_
true if numeric object key are allowed. Default: false. 
JSON (JavaScript Object Notation). 
bool allowDroppedNullPlaceholders_
true if dropped null placeholders are allowed. Default: false. 
bool strictRoot_
true if root must be either an array or an object value. 
Configuration passed to reader and writer.