uce/doc/pages/json_decode.txt
2022-01-21 09:10:38 +00:00

11 lines
191 B
Plaintext

:sig
DTree json_decode(String s)
:params
s : string containing JSON data
return value : a DTree object containing the deserialized JSON data
:desc
Deserializes 's' into a DTree structure.