|
JWT-CPP v0.7.1
A header only library for creating and validating JSON Web Tokens (JWT) in C++
|
basic_claim's JSON trait implementation for Modern C++ JSON More...
#include <traits.h>
Static Public Member Functions | |
| static jwt::json::type | get_type (const json &val) |
| static json::object_t | as_object (const json &val) |
| static std::string | as_string (const json &val) |
| static json::array_t | as_array (const json &val) |
| static int64_t | as_integer (const json &val) |
| static bool | as_boolean (const json &val) |
| static double | as_number (const json &val) |
| static bool | parse (json &val, std::string str) |
| static std::string | serialize (const json &val) |
basic_claim's JSON trait implementation for Modern C++ JSON