Configuration passed to reader and writer.
More...
#include <features.h>
|
| | Features () |
| | Initialize the configuration like JsonConfig::allFeatures;. More...
|
| |
|
| 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...
|
| |
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.
Initialize the configuration like JsonConfig::allFeatures;.
Initialize the configuration like JsonConfig::allFeatures;.
Initialize the configuration like JsonConfig::allFeatures;.
A configuration that allows all features and assumes all strings are UTF-8.
- C & C++ comments are allowed
- Root object can be any JSON value
- Assumes Value strings are encoded in UTF-8
A configuration that allows all features and assumes all strings are UTF-8.
- C & C++ comments are allowed
- Root object can be any JSON value
- Assumes Value strings are encoded in UTF-8
A configuration that allows all features and assumes all strings are UTF-8.
- C & C++ comments are allowed
- Root object can be any JSON value
- Assumes Value strings are encoded in UTF-8
A configuration that is strictly compatible with the JSON specification.
- Comments are forbidden.
- Root object must be either an array or an object value.
- Assumes Value strings are encoded in UTF-8
A configuration that is strictly compatible with the JSON specification.
- Comments are forbidden.
- Root object must be either an array or an object value.
- Assumes Value strings are encoded in UTF-8
A configuration that is strictly compatible with the JSON specification.
- Comments are forbidden.
- Root object must be either an array or an object value.
- Assumes Value strings are encoded in UTF-8
true if comments are allowed. Default: true.
true if comments are allowed. Default: true.
true if comments are allowed. Default: true.
true if root must be either an array or an object value. Default: false.
true if root must be either an array or an object value. Default: false.
true if root must be either an array or an object value. Default: false.
The documentation for this class was generated from the following file:
- /Users/cocos2d/MyWork/cocos2d-x-develop/extensions/CocoStudio/Json/lib_json/features.h