Skip to content
Snippets Groups Projects
Commit 660de9d50c55 authored by Bob Ippolito's avatar Bob Ippolito
Browse files

links

parent 60376f475898
Branches
No related tags found
No related merge requests found
...@@ -3,6 +3,9 @@ ...@@ -3,6 +3,9 @@
pure Python code with no dependencies, but includes an optional C pure Python code with no dependencies, but includes an optional C
extension for a serious speed boost. 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 simplejson is the externally maintained development version of the
json library included with Python 2.6 and Python 3.0, but maintains json library included with Python 2.6 and Python 3.0, but maintains
backwards compatibility with Python 2.5. backwards compatibility with Python 2.5.
...@@ -13,3 +16,4 @@ ...@@ -13,3 +16,4 @@
The decoder can handle incoming JSON strings of any specified encoding The decoder can handle incoming JSON strings of any specified encoding
(UTF-8 by default). (UTF-8 by default).
...@@ -16,6 +16,9 @@ ...@@ -16,6 +16,9 @@
significant performance advantages, even without using the optional C significant performance advantages, even without using the optional C
extension for speedups. extension for speedups.
Development of simplejson happens on Github:
http://github.com/simplejson/simplejson
Encoding basic Python object hierarchies:: Encoding basic Python object hierarchies::
>>> import simplejson as json >>> import simplejson as json
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment