«
simplejson 1.9
»
simplejson 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.
simplejson 1.9 is a minor update:
- Rewrote test suite with unittest and doctest (no more nosetest dependency)
- Better PEP 7 and PEP 8 source compliance
- Removed simplejson.jsonfilter demo module
- Misc. bug fixes
There is one backwards incompatible changes in this release:
- simplejson.jsonfilter is no longer included