#include "rapidjson/writer.h"
#include "rapidjson/stringbuffer.h"
#include <iostream>
Go to the source code of this file.
◆ main()
Definition at line 8 of file simplewriter.cpp.
14 writer.String(
"world");
24 writer.Double(3.1416);
27 for (
unsigned i = 0; i < 4; i++)
const Ch * GetString() const