1 #ifndef CPPTL_JSON_FEATURES_H_INCLUDED 2 #define CPPTL_JSON_FEATURES_H_INCLUDED 41 #endif // CPPTL_JSON_FEATURES_H_INCLUDED bool allowComments_
true if comments are allowed. Default: true.
Configuration passed to reader and writer. This configuration object can be used to force the Reader ...
JSON (JavaScript Object Notation).
bool strictRoot_
true if root must be either an array or an object value. Default: false.