BLUELOVETH 1 rok temu
rodzic
commit
6624df3e8e
1 zmienionych plików z 1 dodań i 1 usunięć
  1. 1 1
      docs/modules/json.md

+ 1 - 1
docs/modules/json.md

@@ -7,7 +7,7 @@ label: json
 
 
 Decode a JSON string into a python object.
 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.
 Encode a python object into a JSON string.