A RetroSearch Logo

Home - News ( United States | United Kingdom | Italy | Germany ) - Football scores

Search Query:

Showing content from http://open-source-parsers.github.io/jsoncpp-docs/doxygen/class_json_1_1_features.html below:

Configuration passed to reader and writer. More...

#include <json/json_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.

◆ Features() Json::Features::Features ( ) default

Initialize the configuration like JsonConfig::allFeatures;.

◆ all()

A configuration that allows all features and assumes all strings are UTF-8.

◆ strictMode()

A configuration that is strictly compatible with the JSON specification.

◆ allowComments_ bool Json::Features::allowComments_ {true}

true if comments are allowed. Default: true.

◆ allowDroppedNullPlaceholders_ bool Json::Features::allowDroppedNullPlaceholders_ {false}

true if dropped null placeholders are allowed. Default: false.

◆ allowNumericKeys_ bool Json::Features::allowNumericKeys_ {false}

true if numeric object key are allowed. Default: false.

◆ strictRoot_ bool Json::Features::strictRoot_ {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:


RetroSearch is an open source project built by @garambo | Open a GitHub Issue

Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo

HTML: 3.2 | Encoding: UTF-8 | Version: 0.7.4