Bob Ippolito (@etrepum) on Haskell, Python, Erlang, JavaScript, etc.
«

simplejson 1.9.3

»

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, but features an optional C extension for speed-ups.

simplejson 1.9.3 is a minor update:

  • Decoding is significantly faster (for our internal benchmarks)
  • Misc. bug fixes