Method Standards.JSON5.decode()
- Method decode
array
|mapping
|string
|float
|int
|object
decode(string
s
)- Description
Decodes a JSON5 string.
- Throws
Throws an exception in case the data contained in
s
is not valid JSON5.
array
|mapping
|string
|float
|int
|object
decode(string
s
)
Decodes a JSON5 string.
Throws an exception in case the data contained in s
is not valid
JSON5.