New submission from Tomasz Buchert :
Hi there!
According to http://www.ietf.org/rfc/rfc4627.txt . The JSON object is either a
list or a dictionary with other elements in it. However Python's implementation
took liberty to parse also basic types, like integers, strings, floats, etc.
Tomasz Buchert added the comment:
It wouldn't be a problem if 'json' library would be a thing specific to Python.
But JSON is used to gule together different technologies and programming
languages. I'm afraid that the default
Tomasz Buchert added the comment:
Take a look at http://bugs.python.org/issue14674.
A proposed documentation patch specifically discusses this issue.
--
___
Python tracker
<http://bugs.python.org/issue13