Kaynağa Gözat

Update json.md

BLUELOVETH 11 ay önce
ebeveyn
işleme
6624df3e8e
1 değiştirilmiş dosya ile 1 ekleme ve 1 silme
  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.