summaryrefslogtreecommitdiff
path: root/textproc/py-jsonlib/DESCR
blob: c7984d056a021a9c8f18a629613d1f6172aaf4c9 (plain)
1
2
3
4
5
6
JSON is a lightweight data-interchange format. It's often used for
exchanging data between a web server and user agent. This module
aims to produce a library for serializing and deserializing JSON
that conforms strictly to RFC 4627.

This package contains the python-2.x version of the module.