JsonCpp project page Classes Namespace JsonCpp home page

Class Hierarchy
This inheritance list is sorted roughly, but not completely, alphabetically:
[detail level 123]
 CJson::CharReaderInterface for reading JSON from a char array
 CJson::CharReader::Factory
 CJson::CharReaderBuilderBuild a CharReader implementation
 CJson::FeaturesConfiguration passed to reader and writer
 CJson::PathExperimental and untested: represents a "path" to access a node
 CJson::PathArgumentExperimental and untested: represents an element of the "path" to access a node
 CJson::SecureAllocator< T >
 CJson::SecureAllocator< T >::rebind< U >
 CJson::StaticStringLightweight wrapper to tag static string
 CJson::StreamWriterUsage:
 CJson::StreamWriter::FactoryA simple abstract factory
 CJson::StreamWriterBuilderBuild a StreamWriter implementation
 CJson::ValueRepresents a JSON value
 CJson::ValueIteratorBaseBase class for Value iterators
 CJson::ValueConstIteratorConst iterator for object and array value
 CJson::ValueIteratorIterator for object and array value
 Cstd::exceptionSTL class
 CJson::ExceptionBase class for all exceptions we throw
 CJson::LogicErrorExceptions thrown by JSON_ASSERT/JSON_FAIL macros
 CJson::RuntimeErrorExceptions which the user cannot easily avoid