20 #include <ripple/json/json_writer.h>
21 #include <ripple/json/to_string.h>
std::string to_string(Value const &value)
Writes a Json::Value to an std::string.
std::string write(const Value &root) override
Serialize a Value in JSON format.
JSON (JavaScript Object Notation).
Writes a Value in JSON format in a human friendly way.
std::string pretty(Value const &value)
Writes a Json::Value to an std::string.
std::string write(const Value &root) override
Outputs a Value in JSON format without formatting (not human friendly).