1 #ifndef JSON_FORWARDS_H_INCLUDED 2 #define JSON_FORWARDS_H_INCLUDED 29 #ifdef JSON_VALUE_USE_INTERNAL_MAP 31 class ValueMapAllocator;
32 class ValueInternalLink;
33 class ValueInternalArray;
34 class ValueInternalMap;
35 #endif // #ifdef JSON_VALUE_USE_INTERNAL_MAP 40 #endif // JSON_FORWARDS_H_INCLUDED Experimental do not use: Allocator to customize member name and string value memory management done b...
Iterator for object and array value.
const iterator for object and array value.
Configuration passed to reader and writer. This configuration object can be used to force the Reader ...
Experimental and untested: represents a "path" to access a node.
Experimental and untested: represents an element of the "path" to access a node.
Lightweight wrapper to tag static string.
JSON (JavaScript Object Notation).
base class for Value iterators.