Type Alias: JSONValue
JSONValue =
null
|string
|boolean
|number
|JSONValue
[] |JSONObject
The values that can be represented in JSON
JSONValue =
null
|string
|boolean
|number
|JSONValue
[] |JSONObject
The values that can be represented in JSON