summaryrefslogtreecommitdiff
path: root/README.rst
diff options
context:
space:
mode:
Diffstat (limited to 'README.rst')
-rw-r--r--README.rst6
1 files changed, 6 insertions, 0 deletions
diff --git a/README.rst b/README.rst
index f2547ac..17499e7 100644
--- a/README.rst
+++ b/README.rst
@@ -21,3 +21,9 @@ objects with the ``object_hook`` or ``object_pairs_hook`` kwargs. This
is particularly useful for implementing protocols such as JSON-RPC
that have a richer type system than JSON itself.
+For those of you that have legacy systems to maintain, there is a
+very old fork of simplejson in the [python2.2] branch that supports
+Python 2.2. This is based off of a very old version of simplejson,
+is not maintained, and should only be used as a last resort.
+
+[python2.2]: https://github.com/simplejson/simplejson/tree/python2.2