CJson::CharReader | Interface for reading JSON from a char array |
▼CJson::CharReader::Factory | |
CJson::CharReaderBuilder | Build a CharReader implementation |
CJson::Features | Configuration passed to reader and writer |
CJson::Path | Experimental and untested: represents a "path" to access a node |
CJson::PathArgument | Experimental and untested: represents an element of the "path" to access a node |
CJson::SecureAllocator< T > | |
CJson::SecureAllocator< T >::rebind< U > | |
CJson::StaticString | Lightweight wrapper to tag static string |
CJson::StreamWriter | Usage: |
▼CJson::StreamWriter::Factory | A simple abstract factory |
CJson::StreamWriterBuilder | Build a StreamWriter implementation |
CJson::Value | Represents a JSON value |
▼CJson::ValueIteratorBase | Base class for Value iterators |
CJson::ValueConstIterator | Const iterator for object and array value |
CJson::ValueIterator | Iterator for object and array value |
▼Cstd::exception | STL class |
▼CJson::Exception | Base class for all exceptions we throw |
CJson::LogicError | Exceptions thrown by JSON_ASSERT/JSON_FAIL macros |
CJson::RuntimeError | Exceptions which the user cannot easily avoid |