Json::Value使用心得

时间:2023-02-06 23:16:28

Json::Value 是sourceforge开源项目jsoncpp的数据对象,用来处理json数据  下载
1.打印Json数据
Json::Value jv;
Json::FastWriter fast_writer;
std::string s = fast_writer.write(&jv);