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