bes
Updated for version 3.20.6
|
32 #ifndef MODULES_CMR_MODULE_RJSONUTILS_H_
33 #define MODULES_CMR_MODULE_RJSONUTILS_H_
37 #include "rapidjson/document.h"
std::string jsonDocToString(rapidjson::Document &d)
GenericDocument< UTF8<> > Document
GenericDocument with UTF8 encoding.
std::string getStringValue(const rapidjson::Value &object, const std::string &name)
void getJsonDoc(const std::string &url, rapidjson::Document &d)
GenericValue< UTF8<> > Value
GenericValue with UTF8 encoding.