Skip to content

Instantly share code, notes, and snippets.

#include "rapidjson/rapidjson.h"
#include "rapidjson/prettywriter.h"
#include "rapidjson/document.h"
#include "rapidjson/stringbuffer.h"
using namespace rapidjson;
rapidjson::Document document;
document.SetObject();
rapidjson::Document::AllocatorType& allocator = document.GetAllocator();
@hupantingxue
hupantingxue / gist
Created March 19, 2014 13:38
Hello Gist
Hello world from gist!