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 bob.ippolito
Recipients bob.ippolito, cben, ggenellina, rhettinger, steven.daprano
Date 2009-03-01.18:00:55
SpamBayes Score 1.3564735e-06
Marked as misclassified No
Message-id <1235930458.99.0.0469914252199.issue5067@psf.upfronthosting.co.za>
In-reply-to
Content
I don't really want to see looser input requirements, making a JSON 
parser that is compatible with a subset of Python repr output isn't a 
design goal of mine.

This is absolutely false:
"Because single quotes are the only way (AFAIK) in which
Python's repr() produces invalid JSON (from JSONable combinations of 
types)."

>>> repr(object)
"<type 'object'>"

If you don't know JSON, I'm not sure throwing random input at the JSON 
parser is going to help you. Is that how you learned XML? There's plenty 
of info in the JSON documentation and a link to json.org if you need 
help.
History
Date User Action Args
2009-03-01 18:00:59bob.ippolitosetrecipients: + bob.ippolito, rhettinger, cben, ggenellina, steven.daprano
2009-03-01 18:00:58bob.ippolitosetmessageid: <1235930458.99.0.0469914252199.issue5067@psf.upfronthosting.co.za>
2009-03-01 18:00:56bob.ippolitolinkissue5067 messages
2009-03-01 18:00:55bob.ippolitocreate