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 typename detail::all_impl< Sequence, Predicate >::type all
Definition: Brigand.h:902
bool allowComments_
true if comments are allowed. Default: true.
Definition: features.h:41
JSON (JavaScript Object Notation).
Definition: value.h:26
bool strictRoot_
true if root must be either an array or an object value. Default: false.
Definition: features.h:44
#define JSON_API
Definition: config.h:53
Configuration passed to reader and writer. This configuration object can be used to force the Reader ...
Definition: features.h:19