|
rapidjson
A fast JSON parser/generator for C++ with both SAX/DOM style API
|
| A type-unsafe stack for storing different types of data | |
| Represents a JSON value. Use Value for UTF8 encoding and default allocator | |
| Name-value pair in an object | |
| A document for parsing JSON text as DOM | |
| Wrapper of C file stream for input or output | |
| Writer with indentation and spacing | |
| C-runtime library allocator | |
| Default memory allocator used by the parser and DOM | |
| UTF-8 encoding | |
| UTF-16 encoding | |
| UTF-32 encoding | |
| Read-only string stream | |
| A read-write string stream | |
| Default implementation of Handler | |
| SAX-style JSON parser. Use Reader for UTF8 encoding and default allocator | |
| Represents an in-memory output stream | |
| JSON writer | |
| Information for each nested level | |
| Concept for allocating, resizing and freeing memory block | |
| Concept for encoding of Unicode characters | |
| Concept for reading and writing characters | |
| Concept for receiving events from GenericReader upon parsing |
1.8.1.2