| JsonCpp project page | JsonCpp home page |
Abstract class for writers. More...
#include <json/writer.h>
Inherited by Json::FastWriter, and Json::StyledWriter.
Public Member Functions | |
| virtual | ~Writer () |
| virtual std::string | write (const Value &root)=0 |
|
virtual |
Definition at line 154 of file json_writer.cpp.
|
pure virtual |
Implemented in Json::StyledWriter, and Json::FastWriter.