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 voxspox
Recipients voxspox
Date 2016-12-15.23:11:18
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1481843478.24.0.510180134171.issue28984@psf.upfronthosting.co.za>
In-reply-to
Content
module json
python 2.7.12

json.dump(..., indent=4, sort_keys=True) gives me:

{
    "size": {
        "total": 19106,X
        "code": 18614,X
        "data": 492
    },X
    "next_item": 10
}


The "X" mark extra trailing space characters which are needless.
History
Date User Action Args
2016-12-15 23:11:18voxspoxsetrecipients: + voxspox
2016-12-15 23:11:18voxspoxsetmessageid: <1481843478.24.0.510180134171.issue28984@psf.upfronthosting.co.za>
2016-12-15 23:11:18voxspoxlinkissue28984 messages
2016-12-15 23:11:18voxspoxcreate