blueloveTH 0f3915dd9f ...
2023-09-24 21:43:39 +08:00

17 lines
268 B
Markdown

---
icon: package
label: json
---
### `json.loads(s)`
Decode a JSON string into a python object.
It is supported by the `eval()` function.
### `json.dumps(obj)`
Encode a python object into a JSON string.
It is supported by the compiler with `JSON_MODE` enabled.