16 lines
233 B
Markdown
16 lines
233 B
Markdown
# 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.
|
|
|
|
|