nwn-lib-d ~master (2021-09-04T14:13:39Z)
Dub
Repo
JSONValue.Store
nwnlibd
orderedjson
JSONValue
Undocumented in source.
struct
JSONValue
union
Store {
string
str
;
long
integer
;
ulong
uinteger
;
double
floating
;
JSONValue
[
string
]
object
;
JSONValue
[]
array
;
}
Members
Variables
array
JSONValue
[]
array
;
Undocumented in source.
floating
double
floating
;
Undocumented in source.
integer
long
integer
;
Undocumented in source.
object
JSONValue
[
string
]
object
;
Undocumented in source.
str
string
str
;
Undocumented in source.
uinteger
ulong
uinteger
;
Undocumented in source.
Meta
Source
See Implementation
nwnlibd
orderedjson
JSONValue
constructors
this
functions
opApply
opAssign
opBinary
opBinaryRight
opEquals
opIndex
opIndexAssign
opOpAssign
toPrettyString
toString
properties
array
arrayNoRef
boolean
floating
get
integer
isNull
object
objectNoRef
str
type
uinteger
unions
Store
variables
objectKeyOrder