Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
S
simplejson
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Deploy
Releases
Container registry
Model registry
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
OpenVMS
Python
Modules
simplejson
Commits
660de9d50c55
Commit
660de9d50c55
authored
14 years ago
by
Bob Ippolito
Browse files
Options
Downloads
Patches
Plain Diff
links
parent
60376f475898
Branches
Branches containing commit
No related tags found
No related merge requests found
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
README.rst
+4
-0
4 additions, 0 deletions
README.rst
index.rst
+3
-0
3 additions, 0 deletions
index.rst
with
7 additions
and
0 deletions
README.rst
+
4
−
0
View file @
660de9d5
...
@@ -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).
This diff is collapsed.
Click to expand it.
index.rst
+
3
−
0
View file @
660de9d5
...
@@ -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
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment