RTBKit  0.9
Open-source framework to create real-time ad bidding systems.
 All Classes Namespaces Functions Variables Typedefs Enumerations Enumerator
Public Member Functions | Static Public Member Functions | Public Attributes
Json::Features Class Reference

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>

List of all members.

Public Member Functions

 Features ()
 Initialize the configuration like JsonConfig::allFeatures;.

Static Public Member Functions

static Features all ()
 A configuration that allows all features and assumes all strings are UTF-8.
static Features strictMode ()
 A configuration that is strictly compatible with the JSON specification.

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.

Detailed Description

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.

Definition at line 16 of file features.h.


Member Function Documentation

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

Definition at line 33 of file json_reader.cpp.

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

Definition at line 40 of file json_reader.cpp.


The documentation for this class was generated from the following files:
 All Classes Namespaces Functions Variables Typedefs Enumerations Enumerator