Classes | |
| class | GenericValue< Encoding, Allocator > |
| Represents a JSON value. Use Value for UTF8 encoding and default allocator. More... | |
| struct | GenericValue< Encoding, Allocator >::Member |
| Name-value pair in an object. More... | |
| struct | GenericValue< Encoding, Allocator >::Number::I |
| struct | GenericValue< Encoding, Allocator >::Number::U |
| class | GenericDocument< Encoding, Allocator > |
| A document for parsing JSON text as DOM. More... | |
Namespaces | |
| rapidjson | |
Constant Groups | |
| rapidjson | |
Typedefs | |
| typedef GenericValue< UTF8<> > | Value |
| Value with UTF8 encoding. More... | |
| typedef GenericDocument< UTF8<> > | Document |