![]() |
MySQL 9.3.0
Source Code Documentation
|
#include <rapidjson/document.h>
#include <rapidjson/writer.h>
#include <string>
Go to the source code of this file.
Namespaces | |
namespace | helper |
namespace | helper::json |
Typedefs | |
template<typename T > | |
using | helper::json::Writer = rapidjson::Writer< T > |
Functions | |
template<template< typename > typename Writer = Writer, typename JsonValue > | |
void | helper::json::rapid_json_to_text (JsonValue *json_value, std::string &text_value) |
template<template< typename > typename Writer = Writer, typename JsonValue > | |
void | helper::json::append_rapid_json_to_text (JsonValue *json_value, std::string &text_value) |
std::string | helper::json::to_string (const rapidjson::Value &value) |