jsonDecode
value jsonDecode(text)
Parse the
application/json
encoded
text
into a value.
Parameters
text
— JSON text to decode.
Returns
the decoded value or
null
if parsing failed.