uce/site/doc/pages/json_encode.txt

11 lines
198 B
Plaintext

:sig
String json_encode(DTree t)
:params
t : DTree object to be serialized
return value : string containing the JSON result
:desc
Serializes a DTree structure 't' into a String in JSON notation.