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 mark.dickinson
Recipients anders.rundgren.net@gmail.com, eric.smith, ezio.melotti, mark.dickinson, pitrou, rhettinger
Date 2016-02-02.07:43:30
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1454399011.27.0.582691660073.issue26229@psf.upfronthosting.co.za>
In-reply-to
Content
> For JSON parsing in an ES6-compatible way you must anyway use an "OrderedDict" hook option to get the right (=original) property order.

Why? From the JSON spec: "An object is an *unordered* set of name/value pairs." (emphasis mine). What do you mean by "JSON parsing in an ES6-compatible way"? Surely the JSON specification is all that should matter when determining how to parse JSON?
History
Date User Action Args
2016-02-02 07:43:31mark.dickinsonsetrecipients: + mark.dickinson, rhettinger, pitrou, eric.smith, ezio.melotti, anders.rundgren.net@gmail.com
2016-02-02 07:43:31mark.dickinsonsetmessageid: <1454399011.27.0.582691660073.issue26229@psf.upfronthosting.co.za>
2016-02-02 07:43:31mark.dickinsonlinkissue26229 messages
2016-02-02 07:43:30mark.dickinsoncreate