Configuration passed to reader and writer. This configuration object can be used to force the Reader or Writer to behave in a standard conforming way. More...
#include <features.h>
Public Member Functions | |
Features () | |
Initialize the configuration like JsonConfig::allFeatures;. | |
Static Public Member Functions | |
static Features | all () |
A configuration that allows all features and assumes all strings are UTF-8. More... | |
static Features | strictMode () |
A configuration that is strictly compatible with the JSON specification. More... | |
Public Attributes | |
bool | allowComments_ |
true if comments are allowed. Default: true . | |
bool | strictRoot_ |
true if root must be either an array or an object value. Default: false . | |
Configuration passed to reader and writer. This configuration object can be used to force the Reader or Writer to behave in a standard conforming way.
Definition at line 50 of file features.h.
|
static |
A configuration that allows all features and assumes all strings are UTF-8.
Definition at line 63 of file json_reader.cpp.
References Features().
|
static |
A configuration that is strictly compatible with the JSON specification.
Definition at line 70 of file json_reader.cpp.
References allowComments_, and strictRoot_.