26#ifndef ROUTER_SRC_REST_MRS_SRC_HELPER_JSON_TO_STRING_H_
27#define ROUTER_SRC_REST_MRS_SRC_HELPER_JSON_TO_STRING_H_
44using MapObject = std::map<std::string, std::string>;
48template <
typename Rap
idJson>
50 std::string out_result;
std::string to_string(const rapidjson::Value &value)
Definition: rapid_json_to_text.h:67
std::map< std::string, std::string > MapObject
std::map that represents simple JSON object.
Definition: to_string.h:44
void rapid_json_to_text(JsonValue *json_value, std::string &text_value)
Definition: rapid_json_to_text.h:44
std::map< Key, Value, Compare, ut::allocator< std::pair< const Key, Value > > > map
Specialization of map which uses ut_allocator.
Definition: ut0new.h:2894