rapidjson
A fast JSON parser/generator for C++ with both SAX/DOM style API
|
Concept for reading and writing characters. More...
#include <rapidjson.h>
Concept for reading and writing characters.
For read-only stream, no need to implement PutBegin(), Put() and PutEnd(). For write-only stream, only need to implement Put().