6 #ifndef JSON_FORWARDS_H_INCLUDED 7 # define JSON_FORWARDS_H_INCLUDED 9 #if !defined(JSON_IS_AMALGAMATION) 11 #endif // if !defined(JSON_IS_AMALGAMATION) 34 #ifdef JSON_VALUE_USE_INTERNAL_MAP 35 class ValueMapAllocator;
36 class ValueInternalLink;
37 class ValueInternalArray;
38 class ValueInternalMap;
39 #endif // #ifdef JSON_VALUE_USE_INTERNAL_MAP 44 #endif // JSON_FORWARDS_H_INCLUDED unsigned int ArrayIndex
Definition: forwards.h:23
base class for Value iterators.
Definition: value.h:921
Lightweight wrapper to tag static string.
Definition: value.h:69
const iterator for object and array value.
Definition: value.h:991
Experimental and untested: represents an element of the "path" to access a node.
Definition: value.h:512
JSON (JavaScript Object Notation).
Definition: value.h:26
Experimental and untested: represents a "path" to access a node.
Definition: value.h:545
SAX-style JSON parser. Use Reader for UTF8 encoding and default allocator.
Definition: reader.h:380
Represents a JSON value.
Definition: value.h:118
Iterator for object and array value.
Definition: value.h:1049
Configuration passed to reader and writer. This configuration object can be used to force the Reader ...
Definition: features.h:19