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)
49 #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.
JSON (JavaScript Object Notation).
bool strictRoot_
true if root must be either an array or an object value. Default: false.
Configuration passed to reader and writer.