./converters/py-simplejson, Simple, fast, complete and extensible JSON encoder/decoder

[ CVSweb ] [ Homepage ] [ RSS ] [ Required by ] [ Add to tracker ]


Branch: pkgsrc-2020Q3, Version: 3.17.2, Package name: py37-simplejson-3.17.2, Maintainer: pkgsrc-users

simplejson is a simple, fast, extensible JSON encoder/decoder for Python

simplejson is compatible with Python 2.3 and later with no external
dependencies. It covers the full JSON specification for both encoding and
decoding, with unicode support. By default, encoding is done in an encoding
neutral fashion (plain ASCII with \uXXXX escapes for unicode characters).

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


Master sites:

SHA1: ed38d765ad1b58862905aa25d13c95b134f03f5a
RMD160: 4a65961d9731ad1574863ef758717bb2ae9a868e
Filesize: 81.26 KB

Version history: (Expand)