simplejson: Simple, fast, extensible JSON encoder/decoder for Python
simplejson: http://github.com/simplejson/simplejson
simplejson: Bob Ippolito
simplejson: bob@redivi.com
simplejson: MIT License
simplejson: simplejson is a simple, fast, complete, correct and extensible
simplejson: JSON <http://json.org> encoder and decoder for Python 2.5+.  It is
simplejson: pure Python code with no dependencies, but includes an optional C
simplejson: extension for a serious speed boost.
simplejson: 
simplejson: The latest documentation for simplejson can be read online here:
simplejson: http://simplejson.readthedocs.org/
simplejson: 
simplejson: simplejson is the externally maintained development version of the
simplejson: json library included with Python 2.6 and Python 3.0, but maintains
simplejson: backwards compatibility with Python 2.5.
simplejson: 
simplejson: The encoder may be subclassed to provide serialization in any kind of
simplejson: situation, without any special support by the objects to be serialized
simplejson: (somewhat like pickle).
simplejson: 
simplejson: The decoder can handle incoming JSON strings of any specified encoding
simplejson: (UTF-8 by default).
simplejson: 
simplejson: