from __future__ import *

simplejson 2.0.7

January 04, 2009 at 09:41 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.7 is a minor bug-fix update:

  • Documentation fixes
  • C extension now always returns unicode strings when the input string is unicode, even for empty strings
Read and Post Comments