Conscience Core
Enumerations
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