uce/doc/pages/json_encode.txt
2021-12-30 03:07:41 +00:00

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.