From 6624df3e8e0fc0f04960bc4633270ea723dc0847 Mon Sep 17 00:00:00 2001 From: BLUELOVETH Date: Sun, 6 Apr 2025 19:09:06 +0800 Subject: [PATCH] Update json.md --- docs/modules/json.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/modules/json.md b/docs/modules/json.md index 535f420f..56a69519 100644 --- a/docs/modules/json.md +++ b/docs/modules/json.md @@ -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.