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