|
Medical Imaging Interaction Toolkit
2018.4.99-389bf124
Medical Imaging Interaction Toolkit
|
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 <jsoncpp.h>
Public Member Functions | |
| Features () | |
| Initialize the configuration like JsonConfig::allFeatures;. More... | |
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. More... | |
| bool | strictRoot_ |
true if root must be either an array or an object value. Default: false. More... | |
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.
| Json::Features::Features | ( | ) |
Initialize the configuration like JsonConfig::allFeatures;.
Definition at line 216 of file jsoncpp.cpp.
Referenced by all().
|
static |
A configuration that allows all features and assumes all strings are UTF-8.
Definition at line 224 of file jsoncpp.cpp.
References Features().
|
static |
A configuration that is strictly compatible with the JSON specification.
Definition at line 231 of file jsoncpp.cpp.
References allowComments_, features, and strictRoot_.
| bool Json::Features::allowComments_ |
true if comments are allowed. Default: true.
Definition at line 293 of file jsoncpp.h.
Referenced by Json::Reader::parse(), and strictMode().
| bool Json::Features::strictRoot_ |
true if root must be either an array or an object value. Default: false.
Definition at line 296 of file jsoncpp.h.
Referenced by Json::Reader::parse(), and strictMode().