diff options
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 b8737dfcde..76e0696fda 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. |