Monthly Archives: February 2007

Choosing a Python JSON Translator

Choosing a Python JSON Translator Not surprisingly the C-based JSON code is fastest, but least liberal. I like the idea of "try"ing with it, and if you get a decode exception, pass it off to a slower/more liberal parser.

Posted in Blogmarks | Comments Off on Choosing a Python JSON Translator