[issue13212] json library is decoding/encoding when it should not

2011-10-18 Thread Tomasz Buchert
New submission from Tomasz Buchert thin...@gmail.com: 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

[issue13212] json library is decoding/encoding when it should not

2011-10-19 Thread Tomasz Buchert
Tomasz Buchert thin...@gmail.com 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 behavior should be 1

[issue13212] json library is decoding/encoding when it should not

2012-08-23 Thread Tomasz Buchert
Tomasz Buchert added the comment: Take a look at http://bugs.python.org/issue14674. A proposed documentation patch specifically discusses this issue. -- ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue13212