JWT-CPP v0.7.0
A header only library for creating and validating JSON Web Tokens (JWT) in C++
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.