20#include <xrpl/json/json_writer.h> 
   21#include <xrpl/json/to_string.h> 
Outputs a Value in JSON format without formatting (not human friendly).
 
std::string write(Value const &root) override
 
Writes a Value in JSON format in a human friendly way.
 
std::string write(Value const &root) override
Serialize a Value in JSON format.
 
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.