MySQL 9.3.0
Source Code Documentation
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages Concepts
text_to.h File Reference
#include <type_traits>
#include <my_rapidjson_size_t.h>
#include <rapidjson/document.h>
#include <rapidjson/memorystream.h>
#include <rapidjson/reader.h>

Go to the source code of this file.

Namespaces

namespace  helper
 
namespace  helper::json
 

Functions

template<typename Handler , typename Container >
bool helper::json::text_to (Handler *handler, const Container &c)
 Convert text representation of json object/value to type defined by 'Handler'. More...
 
template<typename Container >
bool helper::json::text_to (rapidjson::Document *doc, const Container &c)
 
bool helper::json::text_to (rapidjson::Document *doc, const std::string &str)
 
bool helper::json::text_to (rapidjson::Document *doc, const char *str)
 
bool helper::json::text_to (rapidjson::Document::Object *obj, const std::string &str)
 
bool helper::json::text_to (rapidjson::Value *val, const std::string &str)
 
template<typename Handler , typename Container , typename... HandlerArgs>
Handler::Result helper::json::text_to_handler (const Container &c, HandlerArgs &&...args)
 Convert text representation of json object/value to type defined by 'Handler'. More...
 
rapidjson::Document helper::json::text_to_document (const std::string &str)