This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author eartheaterrr
Recipients eartheaterrr
Date 2017-06-15.01:38:16
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1497490697.08.0.450188302857.issue30669@psf.upfronthosting.co.za>
In-reply-to
Content
I have been using the json.tool quite often by running `cat my-file.json | python -m json.tool` or (`:%! python -m json.tool` in vim) to pretty print the json file, but I would like to customize the indentation level to 2 indentation spaces instead of default of 4. Unfortunately, `json.tool` is hard-coded to use 4 spaces for indentation, so I am filing this issue to propose this change.
History
Date User Action Args
2017-06-15 01:38:17eartheaterrrsetrecipients: + eartheaterrr
2017-06-15 01:38:17eartheaterrrsetmessageid: <1497490697.08.0.450188302857.issue30669@psf.upfronthosting.co.za>
2017-06-15 01:38:16eartheaterrrlinkissue30669 messages
2017-06-15 01:38:16eartheaterrrcreate