|
rippled
|
Outputs a Value in JSON format without formatting (not human friendly). More...
#include <json_writer.h>


Public Member Functions | |
| FastWriter ()=default | |
| virtual | ~FastWriter () |
| std::string | write (Value const &root) override |
Private Member Functions | |
| void | writeValue (Value const &value) |
Private Attributes | |
| std::string | document_ |
Outputs a Value in JSON format without formatting (not human friendly).
The JSON document is written in a single line. It is not intended for 'human' consumption, but may be useful to support feature such as RPC where bandwith is limited.
Definition at line 53 of file json_writer.h.
|
default |
|
virtual |
Definition at line 57 of file json_writer.h.
|
overridevirtual |
Implements Json::WriterBase.
Definition at line 200 of file json_writer.cpp.
|
private |
Definition at line 208 of file json_writer.cpp.
|
private |
Definition at line 69 of file json_writer.h.