"Steven D'Aprano" <st...@remove-this-cybersource.com.au> wrote in message news:018d0300$0$20629$c3e8...@news.astraweb.com...
> Supposedly "every browser" (what, all of them?) already support a de > facto extension to the JSON standard, allowing more flexible quoting. That's a consequence of JSON being a subset of Javascript syntax, so you can just call eval() on it, if you're willing. When you use a library, it's pot luck whether it accepts JSON-soup or not. -- http://mail.python.org/mailman/listinfo/python-list