Letter P

python-simplejson - Simple, fast, extensible JSON encoder/decoder for Python

Website: https://github.com/simplejson/simplejson
License: (MIT or AFL) and (MIT or GPLv2)
Vendor: Alcance Libre, Inc.
Description:
simplejson is a simple, fast, complete, correct and extensible JSON
<http://json.org> encoder and decoder for Python. It is pure Python code
with no dependencies, but includes an optional C extension for a serious speed
boost.

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).

simplejson is the externally maintained development version of the JSON library
included with Python. It gets updated more regularly than the JSON module in
the Python stdlib.

Packages

python-simplejson-3.17.6-1.fc14.al.src [95 KiB] Changelog by Joel Barrios (2022-01-26):
- Update to 3.17.6.

Listing created by Repoview-0.6.6-6.fc14.al