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 <features.h>
|
| Features () |
| Initialize the configuration like JsonConfig::allFeatures;. More...
|
|
| Features () |
| Initialize the configuration like JsonConfig::allFeatures;. 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.
◆ Features() [1/2]
Json::Features::Features |
( |
| ) |
|
Initialize the configuration like JsonConfig::allFeatures;.
◆ Features() [2/2]
Json::Features::Features |
( |
| ) |
|
Initialize the configuration like JsonConfig::allFeatures;.
◆ all() [1/2]
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
◆ all() [2/2]
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
◆ strictMode() [1/2]
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
◆ strictMode() [2/2]
static Features Json::Features::strictMode |
( |
| ) |
|
|
static |
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
◆ allowComments_
bool Json::Features::allowComments_ |
true
if comments are allowed. Default: true
.
◆ allowDroppedNullPlaceholders_
bool Json::Features::allowDroppedNullPlaceholders_ |
true
if dropped null placeholders are allowed. Default: false
.
◆ allowNumericKeys_
bool Json::Features::allowNumericKeys_ |
true
if numeric object key are allowed. Default: false
.
◆ strictRoot_
bool Json::Features::strictRoot_ |
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 files:
- Source/ThirdParty/libwebrtc/Source/third_party/jsoncpp/source/include/json/features.h
- Source/ThirdParty/libwebrtc/Source/third_party/protobuf/conformance/third_party/jsoncpp/json.h
- Source/ThirdParty/libwebrtc/Source/third_party/jsoncpp/overrides/src/lib_json/json_reader.cpp
- Source/ThirdParty/libwebrtc/Source/third_party/protobuf/conformance/third_party/jsoncpp/jsoncpp.cpp