CppCMS
|
The type traits schema for converting json values to/from orinary objects i.e. serialization from JSON to C++ object. More...
#include <cppcms/json.h>
Static Public Member Functions | |
static T | get (value const &v) |
static void | set (value &v, T const &in) |
The type traits schema for converting json values to/from orinary objects i.e. serialization from JSON to C++ object.
|
static |
Convert json value v to an object of type T and return it
Referenced by cppcms::json::value::get_value().
|
static |
Convert an object in to a json::value v
Referenced by cppcms::json::value::set_value().