diff options
-rw-r--r-- | libraries/simplejson/README | 9 |
1 files changed, 4 insertions, 5 deletions
diff --git a/libraries/simplejson/README b/libraries/simplejson/README index 42d514dffb..b8737dfcde 100644 --- a/libraries/simplejson/README +++ b/libraries/simplejson/README @@ -1,6 +1,5 @@ -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. +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. -Requires pysetuptools.
\ No newline at end of file +This requires pysetuptools. |