Simple, fast, extensible JSON encoder/decoder for Python.
simplejson exposes an API familiar to users of the standard library marshal and pickle modules.
simplejson was previously hosted at http://code.google.com/p/simplejson/, with more current information available at http://pypi.python.org/pypi/simplejson/ and http://simplejson.github.com/simplejson/.
Disambiguation
JSON.simple is a Java library with a similar name. On StackOverflow, JSON.simple questions are tagged with json-simple.