Simple, fast, extensible JSON encoder/decoder for Python http://undefined.org/python/#simplejson
Go to file
Silvan Calarco 439db44fe9 obsolete python-simplejson-py310 [release 3.19.2-2mamba;Fri Jan 19 2024] 2024-01-19 20:49:46 +01:00
README.md automatic version update by autodist [release 3.4.0-1mamba;Thu Apr 10 2014] 2024-01-05 16:39:40 +01:00
python-simplejson.spec obsolete python-simplejson-py310 [release 3.19.2-2mamba;Fri Jan 19 2024] 2024-01-19 20:49:46 +01:00

README.md

python-simplejson

simplejson is a simple, fast, complete, correct and extensible JSON http://json.org encoder and decoder for Python 2.4+. It is pure Python code with no dependencies, but includes an optional C extension for a serious speed boost. simplejson was formerly known as simple_json, but changed its name to comply with PEP 8 module naming guidelines. The encoder may be subclassed to provide serialization in any kind of situation, without any special support by the objects to be serialized (somewhat like pickle). The decoder can handle incoming JSON strings of any specified encoding (UTF-8 by default).