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 serhiy.storchaka
Recipients docs@python, ezio.melotti, jcea, mark.dickinson, nedbat, picomancer, pitrou, serhiy.storchaka, terry.reedy, tim.peters, vajrasky
Date 2014-02-10.09:05:41
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1392023141.88.0.0869079818513.issue19871@psf.upfronthosting.co.za>
In-reply-to
Content
My point is that Python and JSON are two different languages which have different syntaxes. JSON is not Python and Python is not JSON. We can't enumerate all differences unless to cite Python [1] and JSON [2] specifications.

For differences from JSON specifications see [3].

[1] http://docs.python.org/3/reference/index.html
[2] http://tools.ietf.org/html/rfc4627.html
[3] http://docs.python.org/3/library/json.html#standard-compliance
History
Date User Action Args
2014-02-10 09:05:41serhiy.storchakasetrecipients: + serhiy.storchaka, tim.peters, terry.reedy, jcea, mark.dickinson, pitrou, nedbat, ezio.melotti, docs@python, vajrasky, picomancer
2014-02-10 09:05:41serhiy.storchakasetmessageid: <1392023141.88.0.0869079818513.issue19871@psf.upfronthosting.co.za>
2014-02-10 09:05:41serhiy.storchakalinkissue19871 messages
2014-02-10 09:05:41serhiy.storchakacreate