#include <traits.h>
Public Types | |
| using | value_type = json::value |
| using | object_type = json::object |
| using | array_type = json::array |
| using | string_type = std::string |
| using | number_type = double |
| using | integer_type = std::int64_t |
| using | boolean_type = bool |
Static Public Member Functions | |
| 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_int (const value_type &val) |
| static boolean_type | as_bool (const value_type &val) |
| static number_type | as_number (const value_type &val) |
| static bool | parse (value_type &val, string_type str) |
| static std::string | serialize (const value_type &val) |
| using jwt::traits::boost_json::array_type = json::array |
| using jwt::traits::boost_json::boolean_type = bool |
| using jwt::traits::boost_json::integer_type = std::int64_t |
| using jwt::traits::boost_json::number_type = double |
| using jwt::traits::boost_json::object_type = json::object |
| using jwt::traits::boost_json::string_type = std::string |
| using jwt::traits::boost_json::value_type = json::value |
|
inlinestatic |
|
inlinestatic |
|
inlinestatic |
|
inlinestatic |
|
inlinestatic |
|
inlinestatic |
|
inlinestatic |
|
inlinestatic |
|
inlinestatic |