diff options
Diffstat (limited to 'libraries/simplejson/README')
-rw-r--r-- | libraries/simplejson/README | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/libraries/simplejson/README b/libraries/simplejson/README new file mode 100644 index 000000000000..42d514dffba7 --- /dev/null +++ b/libraries/simplejson/README @@ -0,0 +1,6 @@ +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. + +Requires pysetuptools.
\ No newline at end of file |