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 ba16891 commit 3d3477dCopy full SHA for 3d3477d
Misc/NEWS.d/next/Library/2018-02-22-11-24-33.bpo-29636.ogGRE2.rst
@@ -0,0 +1,5 @@
1
+Add whitespace options for formatting JSON with the ``json.tool`` CLI. The
2
+following mutually exclusive options are now supported: ``--indent`` for
3
+setting the indent level in spaces; ``--tab`` for indenting with tabs;
4
+``--no-indent`` for suppressing newlines; and ``--compact`` for suppressing
5
+all whitespace. The default behavior remains the same as ``--indent=4``.
0 commit comments