6#ifndef NIM_CPP_WRAPPER_UTIL_JSON_FORWARDS_H_INCLUDED
7#define NIM_CPP_WRAPPER_UTIL_JSON_FORWARDS_H_INCLUDED
9#if !defined(JSON_IS_AMALGAMATION)
18class StreamWriterBuilder;
22class StyledStreamWriter;
27class CharReaderBuilder;
Experimental and untested: represents an element of the "path" to access a node.
Definition: value.h:742
Experimental and untested: represents a "path" to access a node.
Definition: value.h:769
Lightweight wrapper to tag static string.
Definition: value.h:149
const iterator for object and array value.
Definition: value.h:869
Represents a JSON value.
Definition: value.h:196
base class for Value iterators.
Definition: value.h:798
Iterator for object and array value.
Definition: value.h:920
unsigned int ArrayIndex
Definition: forwards.h:33
JSON (JavaScript Object Notation).
Definition: allocator.h:14