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 kuhlmann
Recipients kuhlmann
Date 2018-06-21.10:45:40
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1529577940.46.0.56676864532.issue33927@psf.upfronthosting.co.za>
In-reply-to
Content
It would be nice to have same infile and outfile for json.tool to replace json files with their pretty-printed version.

Currently, if I try this I get an error:
$ python3 -m json.tool example.json example.json
Expecting value: line 1 column 1 (char 0)
History
Date User Action Args
2018-06-21 10:45:40kuhlmannsetrecipients: + kuhlmann
2018-06-21 10:45:40kuhlmannsetmessageid: <1529577940.46.0.56676864532.issue33927@psf.upfronthosting.co.za>
2018-06-21 10:45:40kuhlmannlinkissue33927 messages
2018-06-21 10:45:40kuhlmanncreate