JsonCpp project page | JsonCpp home page |
#include <json/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. | |
static Features | strictMode () |
A configuration that is strictly compatible with the JSON specification. | |
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 . |
This configuration object can be used to force the Reader or Writer to behave in a standard conforming way.
Definition at line 19 of file features.h.
Json::Features::Features | ( | ) |
Initialize the configuration like JsonConfig::allFeatures;.
Definition at line 27 of file json_reader.cpp.
Referenced by all().
Features Json::Features::all | ( | ) | [static] |
A configuration that allows all features and assumes all strings are UTF-8.
Definition at line 35 of file json_reader.cpp.
References Features().
Features Json::Features::strictMode | ( | ) | [static] |
A configuration that is strictly compatible with the JSON specification.
Definition at line 42 of file json_reader.cpp.
References allowComments_, and strictRoot_.
true
if comments are allowed. Default: true
.
Definition at line 41 of file features.h.
Referenced by Json::Reader::parse(), and strictMode().
true
if root must be either an array or an object value. Default: false
.
Definition at line 44 of file features.h.
Referenced by Json::Reader::parse(), and strictMode().
hosts this site. |
Send comments to: Json-cpp Developers |