![]() |
Argo
1.0
A C++ library for handling JSON.
|
Methods to convert JSON format string to UTF-8 and vice-versa. More...
#include <utf8.hpp>
Static Public Member Functions | |
static std::unique_ptr< std::string > | json_string_to_utf8 (const std::string &src) |
static std::unique_ptr< std::string > | utf8_to_json_string (const std::string &src) |
Methods to convert JSON format string to UTF-8 and vice-versa.
This only really exists because the C++ standard libraries for this are not widely implemented yet.
|
static |
|
static |