添加项目文件。
This commit is contained in:
@@ -0,0 +1,19 @@
|
||||
#pragma once
|
||||
#include <string>
|
||||
#include <sstream>
|
||||
#include <json/json.h>
|
||||
|
||||
using std::string;
|
||||
using std::unique_ptr;
|
||||
using std::ostringstream;
|
||||
|
||||
class JsonUnicodeWriter
|
||||
{
|
||||
private:
|
||||
Json::StreamWriterBuilder jswb;
|
||||
public:
|
||||
JsonUnicodeWriter();
|
||||
public:
|
||||
string write(Json::Value root);
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user