rapidjson
A fast JSON parser/generator for C++ with both SAX/DOM style API
|
Name-value pair in an object. More...
#include <document.h>
Public Attributes | |
GenericValue< Encoding, Allocator > | name |
name of member (must be a string) | |
GenericValue< Encoding, Allocator > | value |
value of member. |
Name-value pair in an object.