«
simplejson 2.1.1
»
simplejson (documentation) is a simple, fast, complete, correct and extensible JSON (RFC 4627) encoder/decoder for Python 2.5+. It is pure Python code with no dependencies, but features an optional C extension for speed-ups.
simplejson 2.1.1 is a minor update with several bug-fixes:
- Change how setup.py imports ez_setup.py to try and workaround old versions of setuptools. http://code.google.com/p/simplejson/issues/detail?id=75
- Fix compilation on Windows platform (and other platforms with very picky compilers) http://code.google.com/p/simplejson/issues/detail?id=74
- Corrected simplejson.__version__ and other minor doc changes.
- Do not fail speedups tests if speedups could not be built. http://code.google.com/p/simplejson/issues/detail?id=73