basic_claim's JSON trait implementation for picojson
More...
#include <traits.h>
|
using | value_type = picojson::value |
|
using | object_type = picojson::object |
|
using | array_type = picojson::array |
|
using | string_type = std::string |
|
using | number_type = double |
|
using | integer_type = int64_t |
|
using | boolean_type = bool |
|
|
static json::type | get_type (const picojson::value &val) |
|
static picojson::object | as_object (const picojson::value &val) |
|
static std::string | as_string (const picojson::value &val) |
|
static picojson::array | as_array (const picojson::value &val) |
|
static int64_t | as_integer (const picojson::value &val) |
|
static bool | as_boolean (const picojson::value &val) |
|
static double | as_number (const picojson::value &val) |
|
static bool | parse (picojson::value &val, const std::string &str) |
|
static std::string | serialize (const picojson::value &val) |
|
basic_claim's JSON trait implementation for picojson
The documentation for this struct was generated from the following file:
- include/jwt-cpp/traits/kazuho-picojson/traits.h