simplejson 1.5
simplejson is a simple, fast, complete, correct and extensible JSON encoder/decoder for Python 2.3+. It is pure Python code with no dependencies.
simplejson 1.5 is a major update that provides better Python 2.5 and Windows compatibility, and two new features that control encoding (indent for pretty-printing, and separators for generating optimally compact JSON). See the documentation for more information.
Great new!
I saw that you suggested simplejson as an inclusion for Python 2.6. Is this still relevant ? Would you need help on that matter ?
Comment by Thomas HervĂ© — 2007-01-18 @ 12:57 am
That you. That deprecation warning in the old version was annoying the piss out of me. :)
Comment by Mikeal Rogers — 2007-01-18 @ 9:41 am
I didn’t say that I personally wanted to put simplejson in Python 2.6, but I am fine with it if someone else takes the initiative. Someone would probably have to write a PEP and all that fun stuff.
I don’t do anything with Python these days unless I have setuptools installed anyway, so I’m not personally interested in making the stdlib bigger. The stdlib might as well be CheeseShop.
Comment by bob — 2007-01-18 @ 10:43 am