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

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


Branch: pkgsrc-2008Q4, Version: 1.9.2, Package name: py24-simplejson-1.9.2, Maintainer: pkgsrc

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: d761af80c38b80d8bc2a8e7cdcc8ffd9730e7788
RMD160: eb20847b093851026db995f0a451b8088f35041a
Filesize: 69.266 KB

Version history: (Expand)