structjson v0.0.1 (2022-02-10T12:30:06Z)
Dub
Repo
JSONType
structjson
JSON type enumeration
Values
Value
Meaning
null_
Indicates the type of a
JSONValue
.
string
ditto
integer
ditto
uinteger
ditto
float_
ditto
array
ditto
object
ditto
true_
ditto
false_
ditto
NULL
null_
STRING
string
INTEGER
integer
UINTEGER
uinteger
FLOAT
float_
ARRAY
array
OBJECT
object
TRUE
true_
FALSE
false_
Meta
Source
See Implementation
structjson
aliases
JSON_TYPE
classes
JSONException
enums
JSONFloatLiteral
JSONOptions
JSONType
functions
parseJSON
toJSON
structs
JSONValue
JSON type enumeration