prosperon/docs/api/json.md
2024-07-03 16:38:29 -05:00

233 B

json

json implementation.

encode(value, replacer, space = 1)

Encode a value to json.

decode(text, reviver)

Decode a json string to a value.

readout(obj)

Encode an object fully, including function definitions.