aboutsummaryrefslogtreecommitdiff
path: root/devel/py-simplejson/pkg-descr
blob: 775f40c7737f89b349d551cd81e1f9756b31573d (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
simplejson is a simple, fast, extensible JSON encoder/decoder for Python

simplejson is compatible with Python 2.4 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).

WWW: https://github.com/simplejson/simplejson