from __future__ import *

simplejson 2.0.2

October 06, 2008 at 01:30 PM | categories: python, simplejson | View Comments

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.2 is a minor update:

  • Fixes MSVC2003 build regression
  • Fixes Python 2.4 compatibility in _speedups.c
blog comments powered by Disqus