# HG changeset patch # User Bob Ippolito <bob@redivi.com> # Date 1296976601 -28800 # Sun Feb 06 15:16:41 2011 +0800 # Node ID 660de9d50c555ae083c6bc9a698231052a5ee29d # Parent 60376f4758982de5549182c5afc047c19452bd4d links diff --git a/README.rst b/README.rst --- a/README.rst +++ b/README.rst @@ -3,6 +3,9 @@ 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 @@ The decoder can handle incoming JSON strings of any specified encoding (UTF-8 by default). + diff --git a/index.rst b/index.rst --- a/index.rst +++ b/index.rst @@ -16,6 +16,9 @@ significant performance advantages, even without using the optional C extension for speedups. +Development of simplejson happens on Github: +http://github.com/simplejson/simplejson + Encoding basic Python object hierarchies:: >>> import simplejson as json