icon: package
json.loads(s)
Decode a JSON string into a python object.
It is supported by the eval() function.
eval()
json.dumps(obj)
Encode a python object into a JSON string.
It is supported by the compiler with JSON_MODE enabled.
JSON_MODE