|
rippled
|
Abstract class for writers. More...
#include <json_writer.h>

Public Member Functions | |
| virtual | ~WriterBase () |
| virtual std::string | write (Value const &root)=0 |
Abstract class for writers.
Definition at line 16 of file json_writer.h.
|
virtual |
Definition at line 19 of file json_writer.h.
|
pure virtual |
Implemented in Json::FastWriter, and Json::StyledWriter.