
Public Member Functions | |
| Features () | |
| Features () | |
Static Public Member Functions | |
| static Features | all () |
| static Features | strictMode () |
| static Features | all () |
| static Features | strictMode () |
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. | |
| Features | ( | ) |
Initialize the configuration like JsonConfig::allFeatures;
| Features | ( | ) |
Initialize the configuration like JsonConfig::allFeatures;
| Features all | ( | ) | [static] |
A configuration that allows all features and assumes all strings are UTF-8.
| Features strictMode | ( | ) | [static] |
A configuration that is strictly compatible with the JSON specification.
| static Features all | ( | ) | [static] |
A configuration that allows all features and assumes all strings are UTF-8.
| static Features strictMode | ( | ) | [static] |
A configuration that is strictly compatible with the JSON specification.
true if comments are allowed. Default: true.
true if root must be either an array or an object value. Default: false.
1.5.3