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
e9b38c4508fa
Commit
e9b38c4508fa
authored
10 years ago
by
Daniel Jowett
Browse files
Options
Downloads
Patches
Plain Diff
Create README.md
parent
a12bf530a0f4
No related branches found
No related tags found
No related merge requests found
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
README.md
+17
-0
17 additions, 0 deletions
README.md
with
17 additions
and
0 deletions
README.md
0 → 100644
+
17
−
0
View file @
e9b38c45
simplejson
==========
simplejson is a simple, fast, extensible JSON encoder/decoder for Python
This branch is for use in extreme situations where you cannot upgrade from Python 2.2, expect to get your hands dirty!
There is no release of this egg, you will rather want to check it out:
git clone https://github.com/simplejson/simplejson.git --branch python2.2
Add install it in your old python:
python2.2 setup.py install
Any features missing from the mainline version need to be coded in by hand.
I hope this is useful, it should be better than starting from scratch!
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