Goby3  3.1.4
2024.02.22
jwt::json Namespace Reference

JSON Abstractions for working with any library. More...

Enumerations

enum  type {
  type::boolean, type::integer, type::number, type::string,
  type::array, type::object
}
 Generic JSON types used in JWTs. More...
 

Detailed Description

JSON Abstractions for working with any library.

Enumeration Type Documentation

◆ type

enum jwt::json::type
strong

Generic JSON types used in JWTs.

This enum is to abstract the third party underlying types

Enumerator
boolean 
integer 
number 
string 
array 
object 

Definition at line 2071 of file jwt.h.