|
struct | UTF8< CharType > |
| UTF-8 encoding. More...
|
|
struct | UTF16< CharType > |
| UTF-16 encoding. More...
|
|
struct | UTF16BE< CharType > |
| UTF-16 big endian encoding. More...
|
|
struct | UTF16LE< CharType > |
| UTF-16 little endian encoding. More...
|
|
struct | UTF32< CharType > |
| UTF-32 encoding. More...
|
|
struct | UTF32BE< CharType > |
| UTF-32 big endian encoding. More...
|
|
struct | UTF32LE< CharType > |
| UTF-32 little endian enocoding. More...
|
|
struct | ASCII< CharType > |
| ASCII encoding. More...
|
|
struct | AutoUTF< CharType > |
| Dynamically select encoding according to stream's runtime-specified UTF encoding type. More...
|
|
struct | Transcoder< SourceEncoding, TargetEncoding > |
| Encoding conversion. More...
|
|
class | MemoryPoolAllocator< BaseAllocator > |
| Default memory allocator used by the parser and DOM. More...
|
|
struct | GenericStringStream< Encoding > |
| Read-only string stream. More...
|
|
struct | GenericInsituStringStream< Encoding > |
| A read-write string stream. More...
|
|
class | GenericStringBuffer< Encoding, Allocator > |
| Represents an in-memory output stream. More...
|
|
struct | GenericMemoryBuffer< Allocator > |
| Represents an in-memory output byte stream. More...
|
|
struct | BaseReaderHandler< Encoding, Derived > |
| Default implementation of Handler. More...
|
|
class | GenericReader< SourceEncoding, TargetEncoding, StackAllocator > |
| SAX-style JSON parser. Use Reader for UTF8 encoding and default allocator. More...
|
|
class | Writer< OutputStream, SourceEncoding, TargetEncoding, StackAllocator, writeFlags > |
| JSON writer. More...
|
|
class | PrettyWriter< OutputStream, SourceEncoding, TargetEncoding, StackAllocator, writeFlags > |
| Writer with indentation and spacing. More...
|
|
struct | GenericMember< Encoding, Allocator > |
| Name-value pair in a JSON object value. More...
|
|
class | GenericMemberIterator< Const, Encoding, Allocator > |
| (Constant) member iterator for a JSON object value More...
|
|
struct | GenericStringRef< CharType > |
| Reference to a constant string (not taking a copy) More...
|
|
class | GenericValue< Encoding, Allocator > |
| Represents a JSON value. Use Value for UTF8 encoding and default allocator. More...
|
|
class | GenericDocument< Encoding, Allocator, StackAllocator > |
| A document for parsing JSON text as DOM. More...
|
|
class | GenericPointer< ValueType, Allocator > |
| Represents a JSON Pointer. Use Pointer for UTF8 encoding and default allocator. More...
|
|
class | IGenericRemoteSchemaDocumentProvider< SchemaDocumentType > |
|
class | GenericSchemaDocument< ValueT, Allocator > |
| JSON schema document. More...
|
|
class | GenericSchemaValidator< SchemaDocumentType, OutputHandler, StateAllocator > |
| JSON Schema Validator. More...
|
|