from __future__ import *

simplejson 2.0.4

October 24, 2008 at 10:21 AM | 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.4 is a minor bug-fix update:

  • Fixes a parsing error in the C extension when the JSON document is (only) a floating point number. It would consume one too few characters in that case, and claim the document invalid.
blog comments powered by Disqus