... object and want to convert to json string: rapidjson::Document doc; doc.SetObject(); doc["test"].SetInt(2); rapidjson::StringBuffer sb; ...
確定! 回上一頁