diff options
author | Bob Ippolito <bob@redivi.com> | 2011-02-06 15:16:41 +0800 |
---|---|---|
committer | Bob Ippolito <bob@redivi.com> | 2011-02-06 15:16:41 +0800 |
commit | 0d087a49106e94358eebf7fd028b5a55d8f6afb9 (patch) | |
tree | 23762303b922e6c76922e2f796d493053d0b77fc /index.rst | |
parent | 87a8e18b9e454d91ff39c33bcf7fd79f0ec8b671 (diff) | |
download | simplejson-0d087a49106e94358eebf7fd028b5a55d8f6afb9.tar.gz |
links
Diffstat (limited to 'index.rst')
-rw-r--r-- | index.rst | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -16,6 +16,9 @@ compatibility with Python 2.5 and (currently) has 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 |