summaryrefslogtreecommitdiff
path: root/README.rst
diff options
context:
space:
mode:
authorBob Ippolito <bob@redivi.com>2011-02-06 15:16:41 +0800
committerBob Ippolito <bob@redivi.com>2011-02-06 15:16:41 +0800
commit0d087a49106e94358eebf7fd028b5a55d8f6afb9 (patch)
tree23762303b922e6c76922e2f796d493053d0b77fc /README.rst
parent87a8e18b9e454d91ff39c33bcf7fd79f0ec8b671 (diff)
downloadsimplejson-0d087a49106e94358eebf7fd028b5a55d8f6afb9.tar.gz
links
Diffstat (limited to 'README.rst')
-rw-r--r--README.rst4
1 files changed, 4 insertions, 0 deletions
diff --git a/README.rst b/README.rst
index 7dfcf77..128f21f 100644
--- a/README.rst
+++ b/README.rst
@@ -3,6 +3,9 @@ JSON <http://json.org> encoder and decoder for Python 2.5+. It is
pure Python code with no dependencies, but includes an optional C
extension for a serious speed boost.
+The latest documentation for simplejson can be read online here:
+http://simplejson.github.com/simplejson/
+
simplejson is the externally maintained development version of the
json library included with Python 2.6 and Python 3.0, but maintains
backwards compatibility with Python 2.5.
@@ -13,3 +16,4 @@ situation, without any special support by the objects to be serialized
The decoder can handle incoming JSON strings of any specified encoding
(UTF-8 by default).
+