1 #ifndef _json_writer_hpp_     2 #define _json_writer_hpp_    49         virtual void write(
const std::string &s) = 0;
 Simple proxy for write operations on various types of stream. 
 
#define NAMESPACE
You can change the namespace of the whole library by changing this value. 
 
Common defs needed everywhere and, as far as is possible, platform specific changes. 
 
std::ostream & operator<<(std::ostream &stream, const json_exception &e)