3#include "cpprest/http_listener.h"
19 DLL web::json::value
to_json(
const T& value);
42 DLL web::json::value to_json<std::string>(
const std::string& value);
44 DLL web::json::value to_json<SOIL::TIME>(
const SOIL::TIME& value);
46 DLL web::json::value to_json<SOIL::ENUM>(
const SOIL::ENUM& value);
48 DLL web::json::value to_json<SOIL::BOOL>(
const bool& value);
56 DLL std::string to_value<std::string>(web::json::value
json);
DLL int to_value< int >(web::json::value value)
DLL T to_value(web::json::value json)
JSON to Value.
DLL web::json::value to_json(const T &value)
Value to JSON.
DLL web::json::value to_json< int >(const int &value)
DLL double to_value< double >(web::json::value value)
DLL web::json::value to_json< double >(const double &value)
DLL int64_t to_value< int64_t >(web::json::value value)
DLL web::json::value to_json< int64_t >(const int64_t &value)
DLL bool to_value< bool >(web::json::value json)