We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e0f7c10 commit 17a3337Copy full SHA for 17a3337
Doc/library/json.rst
@@ -211,7 +211,9 @@ Basic Usage
211
a string (such as ``"\t"``) is used to indent each level.
212
If zero, negative, or ``""`` (the empty string),
213
only newlines are inserted.
214
- If ``None`` (the default), the most compact representation is used.
+ If ``None`` (the default), no pretty printing is done, and a
215
+ compact representation is used, though a singular space is
216
+ still left after the separators.
217
:type indent: int | str | None
218
219
:param separators:
0 commit comments