from __future__ import *

simplejson 2.0.6

December 19, 2008 at 03:13 PM | categories: python, simplejson | View Comments

simplejson (documentation) is a simple, fast, complete, correct and extensible JSON (RFC 4627) encoder/decoder for Python 2.4+. It is pure Python code with no dependencies, but features an optional C extension for speed-ups.

simplejson 2.0.6 is a minor bug-fix update:

  • Windows build fixes
Read and Post Comments