diff options
author | lgoldstein <lgoldstein@groupon.com> | 2016-03-09 18:59:03 -0800 |
---|---|---|
committer | lgoldstein <lgoldstein@groupon.com> | 2016-03-09 18:59:03 -0800 |
commit | d1f2f1a5a754cffc649ed10c04433b7860eeb0ca (patch) | |
tree | 6a62b77538eb26bc7fe42e51495442ca161a5878 | |
parent | 92c80f3b29c4d8694deb72779fa65f8de0ff8965 (diff) | |
download | simplejson-d1f2f1a5a754cffc649ed10c04433b7860eeb0ca.tar.gz |
Readme badge and py2 link
-rw-r--r-- | README.rst | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -1,3 +1,9 @@ +simplejson +---------- + +.. image:: https://travis-ci.org/simplejson/simplejson.svg?branch=master + :target: https://travis-ci.org/simplejson/simplejson + simplejson is a simple, fast, complete, correct and extensible JSON <http://json.org> encoder and decoder for Python 2.5+ and Python 3.3+. It is pure Python code with no dependencies, @@ -27,3 +33,4 @@ 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 +https://github.com/simplejson/simplejson/tree/python2.2 |