mirror of
https://github.com/beard7n/bsdports.git
synced 2026-04-14 12:31:18 +02:00
add py-8
This commit is contained in:
15
python/py-simplejson/pkg-descr
Normal file
15
python/py-simplejson/pkg-descr
Normal file
@@ -0,0 +1,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://pypi.org/project/simplejson/
|
||||
Reference in New Issue
Block a user