JsonCpp project page Classes Namespace JsonCpp home page

Namespace List
Here is a list of all namespaces with brief descriptions:
[detail level 123]
 NJsonJSON (JavaScript Object Notation)
 CCharReaderInterface for reading JSON from a char array
 CFactory
 CCharReaderBuilderBuild a CharReader implementation
 CExceptionBase class for all exceptions we throw
 CFastWriterOutputs a Value in JSON format without formatting (not human friendly)
 CFeaturesConfiguration passed to reader and writer
 CLogicErrorExceptions thrown by JSON_ASSERT/JSON_FAIL macros
 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
 CRuntimeErrorExceptions which the user cannot easily avoid
 CSecureAllocator
 Crebind
 CStaticStringLightweight wrapper to tag static string
 CStreamWriterUsage:
 CFactoryA simple abstract factory
 CStreamWriterBuilderBuild a StreamWriter implementation
 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
 CValueConstIteratorConst iterator for object and array value
 CValueIteratorIterator for object and array value
 CValueIteratorBaseBase class for Value iterators
 CWriterAbstract class for writers