rapidjson
A fast JSON parser/generator for C++ with both SAX/DOM style API
|
UTF-8 encoding. More...
#include <rapidjson.h>
Public Types | |
typedef CharType | Ch |
Static Public Member Functions | |
static Ch * | Encode (Ch *buffer, unsigned codepoint) |
UTF-8 encoding.
http://en.wikipedia.org/wiki/UTF-8
CharType | Type for storing 8-bit UTF-8 data. Default is char. |