6#ifndef JSON_FORWARDS_H_INCLUDED
7#define JSON_FORWARDS_H_INCLUDED
9#if !defined(JSON_IS_AMALGAMATION)
Build a CharReader implementation.
Interface for reading JSON from a char array.
Outputs a Value in JSON format without formatting (not human friendly).
Configuration passed to reader and writer.
Experimental and untested: represents an element of the "path" to access a node.
Experimental and untested: represents a "path" to access a node.
Unserialize a JSON document into a Value.
Lightweight wrapper to tag static string.
Build a StreamWriter implementation.
Writes a Value in JSON format in a human friendly way, to a stream rather than to a string.
Writes a Value in JSON format in a human friendly way.
const iterator for object and array value.
base class for Value iterators.
Iterator for object and array value.
Abstract class for writers.
JSON (JavaScript Object Notation).