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 Pavel.Kazlou
Recipients Pavel.Kazlou
Date 2014-06-03.10:11:30
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1401790291.36.0.355130758438.issue21650@psf.upfronthosting.co.za>
In-reply-to
Content
Currently when you use json.tool, fields are reordered alphabetically.
In source code the value of sort_keys is hardcoded to be true.
It should be easy to expose this option as command line parameter.
History
Date User Action Args
2014-06-03 10:11:31Pavel.Kazlousetrecipients: + Pavel.Kazlou
2014-06-03 10:11:31Pavel.Kazlousetmessageid: <1401790291.36.0.355130758438.issue21650@psf.upfronthosting.co.za>
2014-06-03 10:11:31Pavel.Kazloulinkissue21650 messages
2014-06-03 10:11:30Pavel.Kazloucreate