6#ifndef JSON_FEATURES_H_INCLUDED 
    7#define 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.
Features()
Initialize the configuration like JsonConfig::allFeatures;.
#define JSON_API
If defined, indicates that the source file is amalgamated to prevent private header inclusion.
JSON (JavaScript Object Notation).