Method Standards.JSON.decode()
- Method
decode
 array|mapping|string|float|int|objectdecode(strings,void|intflags)- Description
 Decodes a JSON string.
- Parameter 
flags The flag NO_OBJECTS can be used to output
1,0andUNDEFINEDinstead of Val.true, Val.false and Val.null.- Throws
 Throws an exception in case the data contained in
sis not valid JSON.