#include "reader.h"
#include "internal/strfunc.h"
#include <new>
Go to the source code of this file.
|
class | rapidjson::GenericValue< Encoding, Allocator > |
| Represents a JSON value. Use Value for UTF8 encoding and default allocator. More...
|
|
struct | rapidjson::GenericValue< Encoding, Allocator >::Member |
| Name-value pair in an object. More...
|
|
struct | rapidjson::GenericValue< Encoding, Allocator >::String |
|
union | rapidjson::GenericValue< Encoding, Allocator >::Number |
|
struct | rapidjson::GenericValue< Encoding, Allocator >::Number::I |
|
struct | rapidjson::GenericValue< Encoding, Allocator >::Number::U |
|
struct | rapidjson::GenericValue< Encoding, Allocator >::Object |
|
struct | rapidjson::GenericValue< Encoding, Allocator >::Array |
|
union | rapidjson::GenericValue< Encoding, Allocator >::Data |
|
class | rapidjson::GenericDocument< Encoding, Allocator > |
| A document for parsing JSON text as DOM. More...
|
|