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 matrixise
Recipients kuhlmann, matrixise
Date 2018-06-21.10:48:29
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1529578109.08.0.56676864532.issue33927@psf.upfronthosting.co.za>
In-reply-to
Content
yep, or you could use sponge

cat example.json | python3 -m json.tool | sponge example.json

a small workaround ;-)
History
Date User Action Args
2018-06-21 10:48:29matrixisesetrecipients: + matrixise, kuhlmann
2018-06-21 10:48:29matrixisesetmessageid: <1529578109.08.0.56676864532.issue33927@psf.upfronthosting.co.za>
2018-06-21 10:48:29matrixiselinkissue33927 messages
2018-06-21 10:48:29matrixisecreate