simplejson 3.10.0
Simple, fast, extensible JSON encoder/decoder for Python
simplejson is a simple, fast, complete, correct and extensible JSON <http://json.org> encoder and decoder for Python 2.5+ and Python 3.3+. It is pure Python code with no dependencies, but includes an optional C extension for a serious speed boost.
The latest documentation for simplejson can be read online here: https://simplejson.readthedocs.io/
simplejson is the externally maintained development version of the json library included with Python 2.6 and Python 3.0, but maintains backwards compatibility with Python 2.5.
The encoder can be specialized to provide serialization in any kind of situation, without any special support by the objects to be serialized (somewhat like pickle). This is best done with the default kwarg to dumps.
The decoder can handle incoming JSON strings of any specified encoding (UTF-8 by default). It can also be specialized to post-process JSON objects with the object_hook or object_pairs_hook kwargs. This is particularly useful for implementing protocols such as JSON-RPC that have a richer type system than JSON itself.
For those of you that have legacy systems to maintain, there is a very old fork of simplejson in the python2.2 branch that supports Python 2.2. This is based off of a very old version of simplejson, is not maintained, and should only be used as a last resort.
| File | Type | Py Version | Uploaded on | Size | |
|---|---|---|---|---|---|
| simplejson-3.10.0-cp27-cp27m-win32.whl (md5, pgp) | Python Wheel | cp27 | 2016-10-28 | 65KB | |
| simplejson-3.10.0-cp27-cp27m-win_amd64.whl (md5, pgp) | Python Wheel | cp27 | 2016-10-28 | 66KB | |
| simplejson-3.10.0-cp27-cp27mu-macosx_10_11_x86_64.whl (md5, pgp) | Python Wheel | cp27 | 2016-10-28 | 67KB | |
| simplejson-3.10.0-cp33-cp33m-win32.whl (md5, pgp) | Python Wheel | cp33 | 2016-10-28 | 63KB | |
| simplejson-3.10.0-cp33-cp33m-win_amd64.whl (md5, pgp) | Python Wheel | cp33 | 2016-10-28 | 64KB | |
| simplejson-3.10.0-cp34-cp34m-win32.whl (md5, pgp) | Python Wheel | cp34 | 2016-10-28 | 63KB | |
| simplejson-3.10.0-cp34-cp34m-win_amd64.whl (md5, pgp) | Python Wheel | cp34 | 2016-10-28 | 64KB | |
| simplejson-3.10.0-cp35-cp35m-macosx_10_11_x86_64.whl (md5, pgp) | Python Wheel | cp35 | 2016-10-28 | 66KB | |
| simplejson-3.10.0-cp35-cp35m-win32.whl (md5, pgp) | Python Wheel | cp35 | 2016-10-28 | 65KB | |
| simplejson-3.10.0-cp35-cp35m-win_amd64.whl (md5, pgp) | Python Wheel | cp35 | 2016-10-28 | 66KB | |
| simplejson-3.10.0.tar.gz (md5, pgp) | Source | 2016-10-28 | 76KB | ||
| simplejson-3.10.0.win-amd64-py2.7.exe (md5, pgp) | MS Windows installer | 2.7 | 2016-10-28 | 284KB | |
| simplejson-3.10.0.win-amd64-py3.3.exe (md5, pgp) | MS Windows installer | 3.3 | 2016-10-28 | 281KB | |
| simplejson-3.10.0.win-amd64-py3.4.exe (md5, pgp) | MS Windows installer | 3.4 | 2016-10-28 | 281KB | |
| simplejson-3.10.0.win-amd64-py3.5.exe (md5, pgp) | MS Windows installer | 3.5 | 2016-10-28 | 642KB | |
| simplejson-3.10.0.win32-py2.7.exe (md5, pgp) | MS Windows installer | 2.7 | 2016-10-28 | 256KB | |
| simplejson-3.10.0.win32-py3.3.exe (md5, pgp) | MS Windows installer | 3.3 | 2016-10-28 | 250KB | |
| simplejson-3.10.0.win32-py3.4.exe (md5, pgp) | MS Windows installer | 3.4 | 2016-10-28 | 250KB | |
| simplejson-3.10.0.win32-py3.5.exe (md5, pgp) | MS Windows installer | 3.5 | 2016-10-28 | 514KB | |
- Author: Bob Ippolito
- Home Page: http://github.com/simplejson/simplejson
- License: MIT License
- Platform: any
-
Categories
- Development Status :: 5 - Production/Stable
- Intended Audience :: Developers
- License :: OSI Approved :: Academic Free License (AFL)
- License :: OSI Approved :: MIT License
- Programming Language :: Python
- Programming Language :: Python :: 2
- Programming Language :: Python :: 2.5
- Programming Language :: Python :: 2.6
- Programming Language :: Python :: 2.7
- Programming Language :: Python :: 3
- Programming Language :: Python :: 3.3
- Programming Language :: Python :: 3.4
- Programming Language :: Python :: Implementation :: CPython
- Programming Language :: Python :: Implementation :: PyPy
- Topic :: Software Development :: Libraries :: Python Modules
- Package Index Owner: bob
- Package Index Maintainer: quodt, florentaide
- DOAP record: simplejson-3.10.0.xml
