basic_claim's JSON trait implementation for Modern C++ JSON
More...
#include <goby/util/thirdparty/jwt-cpp/traits/nlohmann-json/traits.h>
basic_claim's JSON trait implementation for Modern C++ JSON
Definition at line 13 of file traits.h.
◆ array_type
◆ boolean_type
◆ integer_type
◆ json
◆ number_type
◆ object_type
◆ string_type
◆ value_type
◆ as_array()
| static json::array_t jwt::traits::nlohmann_json::as_array |
( |
const json & |
val | ) |
|
|
inlinestatic |
◆ as_boolean()
| static bool jwt::traits::nlohmann_json::as_boolean |
( |
const json & |
val | ) |
|
|
inlinestatic |
◆ as_integer()
| static int64_t jwt::traits::nlohmann_json::as_integer |
( |
const json & |
val | ) |
|
|
inlinestatic |
◆ as_number()
| static double jwt::traits::nlohmann_json::as_number |
( |
const json & |
val | ) |
|
|
inlinestatic |
◆ as_object()
| static json::object_t jwt::traits::nlohmann_json::as_object |
( |
const json & |
val | ) |
|
|
inlinestatic |
◆ as_string()
| static std::string jwt::traits::nlohmann_json::as_string |
( |
const json & |
val | ) |
|
|
inlinestatic |
◆ get_type()
| static jwt::json::type jwt::traits::nlohmann_json::get_type |
( |
const json & |
val | ) |
|
|
inlinestatic |
◆ parse()
| static bool jwt::traits::nlohmann_json::parse |
( |
json & |
val, |
|
|
std::string |
str |
|
) |
| |
|
inlinestatic |
◆ serialize()
| static std::string jwt::traits::nlohmann_json::serialize |
( |
const json & |
val | ) |
|
|
inlinestatic |
The documentation for this struct was generated from the following file:
- goby/util/thirdparty/jwt-cpp/traits/nlohmann-json/traits.h