simplejson is a simple, fast, complete, correct and extensible JSON encoder/decoder for Python 2.3+. It is pure Python code with no dependencies. It's now the recommended module for Python use by JSON.org (replacing json-py).
simplejson was previously named simple_json, but was renamed to comply with PEP 8 module naming guidelines.
simplejson 1.1 has a much [...]