Goby3 3.5.1
2026.06.04
Loading...
Searching...
No Matches
jwt::json Namespace Reference

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

Enumerations

enum class  type {
  boolean , integer , number , string ,
  array , object
}
 Categories for the various JSON types used in JWTs. More...
 

Detailed Description

JSON Abstractions for working with any library.

Enumeration Type Documentation

◆ type

enum class jwt::json::type
strong

Categories for the various JSON types used in JWTs.

This enum is to abstract the third party underlying types and allows the library to identify the different structures and reason about them without needing a "concept" to capture that defintion to compare against a concrete type.

Enumerator
boolean 
integer 
number 
string 
array 
object 

Definition at line 2311 of file jwt.h.