fix read json by jsoncpp
This commit is contained in:
@@ -36,7 +36,6 @@ std::string
|
||||
canonicalizedQuery(const std::map<std::string, std::string> ¶ms);
|
||||
std::string canonicalizedHeaders(const HttpMessage::HeaderCollection &headers);
|
||||
std::string GetEnv(const std::string env);
|
||||
Json::Value ReadJson(const std::string str);
|
||||
std::string MapToJson(const std::map<std::string, std::string> &maps);
|
||||
std::map<std::string, std::string> JsonToMap(const std::string &json);
|
||||
} // namespace AlibabaCloud
|
||||
|
||||
Reference in New Issue
Block a user