|
|
using | value_type = rfl::Generic |
|
using | object_type = rfl::Generic::Object |
|
using | array_type = rfl::Generic::Array |
|
using | string_type = std::string |
|
using | number_type = double |
|
using | integer_type = int64_t |
|
using | boolean_type = bool |
|
|
static jwt::json::type | get_type (const value_type &val) |
|
static object_type | as_object (const value_type &val) |
|
static array_type | as_array (const value_type &val) |
|
static string_type | as_string (const value_type &val) |
|
static integer_type | as_integer (const value_type &val) |
|
static boolean_type | as_boolean (const value_type &val) |
|
static number_type | as_number (const value_type &val) |
|
static bool | parse (value_type &out, string_type const &json) |
|
static std::string | serialize (const value_type &val) |
The documentation for this struct was generated from the following file:
- include/jwt-cpp/traits/reflectcpp-json/traits.h