diff --git a/README.rst b/README.rst index 60376f4758982de5549182c5afc047c19452bd4d_UkVBRE1FLnJzdA==..660de9d50c555ae083c6bc9a698231052a5ee29d_UkVBRE1FLnJzdA== 100644 --- 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 index 60376f4758982de5549182c5afc047c19452bd4d_aW5kZXgucnN0..660de9d50c555ae083c6bc9a698231052a5ee29d_aW5kZXgucnN0 100644 --- 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