Union JSONValue.Store
union Store
;
Fields
Name | Type | Description |
---|---|---|
array
|
JSONValue[] | |
floating
|
double | |
integer
|
long | |
object
|
JSONValue[string] | |
str
|
string | |
uinteger
|
ulong |