Method Standards.JSON.decode_utf8()
- Method decode_utf8
array|mapping|string|float|int|objectdecode_utf8(strings)- Description
Decodes an utf8 encoded JSON string. Should give the same result as
Standards.JSON.decode(utf8_to_string(s)).- Throws
Throws an exception in case the data contained in
sis not valid JSON.