JsonCpp project page JsonCpp home page

Class List
Here are the classes, structs, unions and interfaces with brief descriptions:
[detail level 123]
 NJsonJSON (JavaScript Object Notation)
 CFastWriterOutputs a Value in JSON format without formatting (not human friendly)
 CFeaturesConfiguration passed to reader and writer
 CPathExperimental and untested: represents a "path" to access a node
 CPathArgumentExperimental and untested: represents an element of the "path" to access a node
 CReaderUnserialize a JSON document into a Value
 CStructuredErrorAn error tagged with where in the JSON text it was encountered
 CStaticStringLightweight wrapper to tag static string
 CStyledStreamWriterWrites a Value in JSON format in a human friendly way, to a stream rather than to a string
 CStyledWriterWrites a Value in JSON format in a human friendly way
 CValueRepresents a JSON value
 CValueArrayAllocatorExperimental: do not use
 CValueConstIteratorConst iterator for object and array value
 CValueInternalArrayA simplified deque implementation used internally by Value
 CValueInternalLinkValueInternalMap hash-map bucket chain link (for internal use only)
 CValueInternalMapA linked page based hash-table implementation used internally by Value
 CValueIteratorIterator for object and array value
 CValueIteratorBaseBase class for Value iterators
 CValueMapAllocatorAllocator to customize Value internal map
 CWriterAbstract class for writers