1 #ifndef CPPTL_JSON_FEATURES_H_INCLUDED 2 # define CPPTL_JSON_FEATURES_H_INCLUDED 46 #endif // CPPTL_JSON_FEATURES_H_INCLUDED #define JSON_API
Definition: config.h:40
bool strictRoot_
true if root must be either an array or an object value. Default: false.
Definition: features.h:39
Configuration passed to reader and writer. This configuration object can be used to force the Reader ...
Definition: features.h:14
JSON (JavaScript Object Notation).
Definition: adsapi.h:16
bool allowComments_
true if comments are allowed. Default: true.
Definition: features.h:36