«
simplejson 2.0.3
»
simplejson (documentation) is a simple, fast, complete, correct and extensible JSON (RFC 4627) encoder/decoder for Python 2.3+. It is pure Python code with no dependencies, but features an optional C extension for speed-ups.
simplejson 2.0.3 is an important bug-fix update:
- Fixes reference leaks in the encoding speedups (sorry about that!)
- Fixes doctest suite for Python 2.6
- More optimizations for the decoder