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.
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.