diff options
author | Larry Hajali <larryhaja[at]gmail[dot]com> | 2010-03-22 02:38:35 -0500 |
---|---|---|
committer | Erik Hanson <erik@slackbuilds.org> | 2010-05-13 14:27:17 +0200 |
commit | 9d295ae5e207d4a4acea7bbeafdba8353c793417 (patch) | |
tree | b7229f9f0fe758f93e6a885f633e62cede881780 /libraries/simplejson/README | |
parent | 63138397d0d5327e8a7885e792c000fd099f8b53 (diff) |
libraries/simplejson: Updated for version 2.1.0.
Diffstat (limited to 'libraries/simplejson/README')
-rw-r--r-- | libraries/simplejson/README | 10 |
1 files changed, 6 insertions, 4 deletions
diff --git a/libraries/simplejson/README b/libraries/simplejson/README index b8737dfcde068..76e0696fda065 100644 --- a/libraries/simplejson/README +++ b/libraries/simplejson/README @@ -1,5 +1,7 @@ -simplejson is a simple, fast, complete, correct and extensible JSON -encoder and decoder for Python. It is pure Python code but includes -an optional C extension for a serious speed boost. +Simple, fast, extensible JSON encoder/decoder for Python. +simplejson is a simple, fast, complete, correct and extensible +JSON <http://json.org> encoder and decoder for Python 2.4+. +It is pure Python code, but includes an optional C extension +for a serious speed boost. -This requires pysetuptools. +Requires pysetuptools. |