./converters/py-simplejson, Simplejson is a simple, fast, extensible JSON encoder/decoder

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


Branch: pkgsrc-2015Q4, Version: 3.6.5, Package name: py27-simplejson-3.6.5, 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: 4e3f2557fc8003115cf5d9c388845c03aec83121
RMD160: 92cdf480023d1b8062b7f3a6e7a106c353b824e0
Filesize: 72.228 KB

Version history: (Expand)