MCPcopy Create free account
hub / github.com/Thalhammer/jwt-cpp / invalid_json_exception

Class invalid_json_exception

include/jwt-cpp/jwt.h:2723–2725  ·  view source on GitHub ↗

* Attempt to parse JSON was unsuccessful */

Source from the content-addressed store, hash-verified

2721 * Attempt to parse JSON was unsuccessful
2722 */
2723 struct invalid_json_exception : public std::runtime_error {
2724 invalid_json_exception() : runtime_error("invalid json") {}
2725 };
2726 /**
2727 * Attempt to access claim was unsuccessful
2728 */

Callers 2

parse_claimsMethod · 0.85
jwksMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected