Public Member Functions | |
OurFeatures () | |
Static Public Member Functions | |
static OurFeatures | all () |
Public Attributes | |
bool | allowComments_ |
bool | allowDroppedNullPlaceholders_ |
bool | allowNumericKeys_ |
bool | allowSingleQuotes_ |
bool | failIfExtra_ |
bool | rejectDupKeys_ |
int | stackLimit_ |
bool | strictRoot_ |
Definition at line 1095 of file jsoncpp.cpp.
Json::OurFeatures::OurFeatures | ( | ) |
Definition at line 1112 of file jsoncpp.cpp.
|
static |
Definition at line 1120 of file jsoncpp.cpp.
bool Json::OurFeatures::allowComments_ |
Definition at line 1099 of file jsoncpp.cpp.
bool Json::OurFeatures::allowDroppedNullPlaceholders_ |
Definition at line 1101 of file jsoncpp.cpp.
bool Json::OurFeatures::allowNumericKeys_ |
Definition at line 1102 of file jsoncpp.cpp.
bool Json::OurFeatures::allowSingleQuotes_ |
Definition at line 1103 of file jsoncpp.cpp.
bool Json::OurFeatures::failIfExtra_ |
Definition at line 1104 of file jsoncpp.cpp.
bool Json::OurFeatures::rejectDupKeys_ |
Definition at line 1105 of file jsoncpp.cpp.
int Json::OurFeatures::stackLimit_ |
Definition at line 1106 of file jsoncpp.cpp.
bool Json::OurFeatures::strictRoot_ |
Definition at line 1100 of file jsoncpp.cpp.