6#ifndef NIM_CPP_WRAPPER_UTIL_JSON_FEATURES_H_INCLUDED
7#define NIM_CPP_WRAPPER_UTIL_JSON_FEATURES_H_INCLUDED
9#if !defined(JSON_IS_AMALGAMATION)
45 bool allowComments_{
true};
49 bool strictRoot_{
false};
52 bool allowDroppedNullPlaceholders_{
false};
55 bool allowNumericKeys_{
false};
Configuration passed to reader and writer. This configuration object can be used to force the Reader ...
Definition: json_features.h:22
Features()
Initialize the configuration like JsonConfig::allFeatures;
#define JSON_API
Definition: config.h:50
JSON (JavaScript Object Notation).
Definition: allocator.h:14