1#include <xrpl/json/JsonPropertyStream.h> 
    2#include <xrpl/json/json_value.h> 
Value & append(Value const &value)
Append value to array at the end.
 
void array_end() override
 
Json::Value const & top() const
 
void array_begin() override
 
void add(std::string const &key, short value) override
 
void map_begin() override
 
std::vector< Json::Value * > m_stack
 
JSON (JavaScript Object Notation).
 
@ arrayValue
array value (ordered list)
 
@ objectValue
object value (collection of name/value pairs).
 
Use hash_* containers for keys that do not need a cryptographically secure hashing algorithm.