Abstract class for writers. More...
#include <json.h>

| Public Member Functions | |
| virtual std::string | write (const Value &root)=0 | 
| virtual | ~Writer () | 
| 
 | virtual | 
Definition at line 3568 of file jsoncpp.cpp.
| 
 | pure virtual | 
Implemented in Json::StyledWriter, and Json::FastWriter.