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
39 #endif // #ifdef JSON_VALUE_USE_INTERNAL_MAP
44 #endif // JSON_FORWARDS_H_INCLUDED
base class for Value iterators.
Lightweight wrapper to tag static string.
const iterator for object and array value.
Experimental and untested: represents an element of the "path" to access a node.
ValueInternalMap hash-map bucket chain link (for internal use only).
Allocator to customize Value internal map.
JSON (JavaScript Object Notation).
Experimental and untested: represents a "path" to access a node.
A simplified deque implementation used internally by Value.
Iterator for object and array value.
A linked page based hash-table implementation used internally by Value.
Configuration passed to reader and writer.