02 FastWriter:序列化为一行Json

FastWriter:序列化为一行Json

// 将数据序列化 -> 单行
<!--more-->
// 适合进行数据的网络传输
std::string Json::FastWriter::write(const Value& root);