uce/doc/pages/json_encode.txt
2022-01-21 09:10:38 +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.