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 lebigot
Recipients Dima.Tisnek, aeros, docs@python, josh.r, lebigot, rhettinger
Date 2019-07-14.20:06:39
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1563134799.75.0.612287238944.issue30550@roundup.psfhosted.org>
In-reply-to
Content
Kyle, what you're saying is correct but is unfortunately unrelated to any of the points in the original issue. In fact, the JSON encoder does preserve whatever order the dictionary elements are in, and it would be useful to document this. Thus, if a user gives an OrderedDict (or a dict with a known order, in Python 3.7+), it is useful that he know that the order of its elements will not be changed upon transformation into JSON.
History
Date User Action Args
2019-07-14 20:06:39lebigotsetrecipients: + lebigot, rhettinger, docs@python, Dima.Tisnek, josh.r, aeros
2019-07-14 20:06:39lebigotsetmessageid: <1563134799.75.0.612287238944.issue30550@roundup.psfhosted.org>
2019-07-14 20:06:39lebigotlinkissue30550 messages
2019-07-14 20:06:39lebigotcreate