20#ifndef RIPPLE_JSON_TO_STRING_H_INCLUDED
21#define RIPPLE_JSON_TO_STRING_H_INCLUDED
JSON (JavaScript Object Notation).
std::string pretty(Value const &)
Writes a Json::Value to an std::string.
std::string to_string(Value const &)
Writes a Json::Value to an std::string.
std::ostream & operator<<(std::ostream &, Value const &root)
Output using the StyledStreamWriter.