15 lines
267 B
Plaintext
15 lines
267 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.
|
|
|
|
|
|
:related
|
|
**PHP:** `json_decode()`
|
|
**JavaScript / Node.js:** `JSON.parse()`
|