JsonCpp project page | JsonCpp home page |
▼NJson | JSON (JavaScript Object Notation) |
CFeatures | Configuration passed to reader and writer |
CReader | Unserialize a JSON document into a Value |
CStaticString | Lightweight wrapper to tag static string |
CValue | Represents a JSON value |
CPathArgument | Experimental and untested: represents an element of the "path" to access a node |
CPath | Experimental and untested: represents a "path" to access a node |
CValueAllocator | Experimental do not use: Allocator to customize member name and string value memory management done by Value |
CValueMapAllocator | Allocator to customize Value internal map |
CValueInternalLink | ValueInternalMap hash-map bucket chain link (for internal use only) |
CValueInternalMap | A linked page based hash-table implementation used internally by Value |
CValueInternalArray | A simplified deque implementation used internally by Value |
CValueArrayAllocator | Experimental: do not use |
CValueIteratorBase | Base class for Value iterators |
CValueConstIterator | Const iterator for object and array value |
CValueIterator | Iterator for object and array value |
CWriter | Abstract class for writers |
CFastWriter | Outputs a Value in JSON format without formatting (not human friendly) |
CStyledWriter | Writes a Value in JSON format in a human friendly way |
CStyledStreamWriter | Writes a Value in JSON format in a human friendly way, to a stream rather than to a string |
|
hosts this site. |
Send comments to: Json-cpp Developers |