MySQL 9.3.0
Source Code Documentation
to_string.h File Reference
#include <map>
#include <string>
#include "helper/json/rapid_json_to_text.h"

Go to the source code of this file.

Namespaces

namespace  helper
 
namespace  helper::json
 

Typedefs

using helper::json::MapObject = std::map< std::string, std::string >
 std::map that represents simple JSON object. More...
 

Functions

std::string helper::json::to_string (const MapObject &map)
 
template<typename RapidJson >
std::string helper::json::to_string (const RapidJson &v)