20 #ifndef RIPPLE_JSON_JSONPROPERTYSTREAM_H_INCLUDED
21 #define RIPPLE_JSON_JSONPROPERTYSTREAM_H_INCLUDED
23 #include <ripple/beast/utility/PropertyStream.h>
24 #include <ripple/json/json_value.h>
71 add(
short value)
override;
73 add(
unsigned short value)
override;
75 add(
int value)
override;
77 add(
unsigned int value)
override;
79 add(
long value)
override;
81 add(
float v)
override;
83 add(
double v)
override;
Json::Value const & top() const
void add(std::string const &key, short value) override
A PropertyStream::Sink which produces a Json::Value of type objectValue.
void map_begin() override
std::vector< Json::Value * > m_stack
void array_end() override
Use hash_* containers for keys that do not need a cryptographically secure hashing algorithm.
void array_begin() override
Abstract stream with RAII containers that produce a property tree.