|
Goby3 3.5.1
2026.06.04
|
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.
| Enumerator | |
|---|---|
| boolean | |
| integer | |
| number | |
| string | |
| array | |
| object | |