rapidjson
A fast JSON parser/generator for C++ with both SAX/DOM style API
 All Classes Functions Variables Typedefs Pages
Public Attributes | List of all members
rapidjson::GenericValue< Encoding, Allocator >::Member Struct Reference

Name-value pair in an object. More...

#include <document.h>

Public Attributes

GenericValue< Encoding, Allocatorname
 name of member (must be a string)
GenericValue< Encoding, Allocatorvalue
 value of member.

Detailed Description

template<typename Encoding, typename Allocator = MemoryPoolAllocator<>>
struct rapidjson::GenericValue< Encoding, Allocator >::Member

Name-value pair in an object.


The documentation for this struct was generated from the following file: