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 catherinedevlin
Recipients catherinedevlin
Date 2015-06-26.22:59:43
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1435359583.87.0.439013044096.issue24518@psf.upfronthosting.co.za>
In-reply-to
Content
Right now, json.dumps can be called with True or False, but it would be easy to also support accepting a key function, which then could be used to control the order of keys arbitrarily in the serialized JSON output.
History
Date User Action Args
2015-06-26 22:59:43catherinedevlinsetrecipients: + catherinedevlin
2015-06-26 22:59:43catherinedevlinsetmessageid: <1435359583.87.0.439013044096.issue24518@psf.upfronthosting.co.za>
2015-06-26 22:59:43catherinedevlinlinkissue24518 messages
2015-06-26 22:59:43catherinedevlincreate