Update json.md

This commit is contained in:
BLUELOVETH 2025-04-06 19:09:06 +08:00 committed by GitHub
parent e4130ad12e
commit 6624df3e8e
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -7,7 +7,7 @@ label: json
Decode a JSON string into a python object.
### `json.dumps(obj) -> str`
### `json.dumps(obj, indent=0) -> str`
Encode a python object into a JSON string.