jsoniopipe ~master (2021-03-29T17:53:30Z)
Dub
Repo
JSONValue.__anonymous
iopipe
json
dom
JSONValue
Undocumented in source.
struct
JSONValue
(SType)
union
__anonymous {
long
integer
;
real
floating
;
JSONValue
[]
array
;
JSONValue
[
immutable
(
SType
)]
object
;
SType
str
;
bool
boolean
;
}
Members
Variables
array
JSONValue
[]
array
;
Undocumented in source.
boolean
bool
boolean
;
Undocumented in source.
floating
real
floating
;
Undocumented in source.
integer
long
integer
;
Undocumented in source.
object
JSONValue
[
immutable
(
SType
)]
object
;
Undocumented in source.
str
SType
str
;
Undocumented in source.
Meta
Source
See Implementation
iopipe
json
dom
JSONValue
unions
__anonymous
variables
type