This website requires JavaScript.
Explore
Help
Sign in
mirrors
/
cpython
Watch
1
Star
0
Fork
You've already forked cpython
0
mirror of
https://github.com/python/cpython.git
synced
2025-08-03 00:23:06 +00:00
Code
Issues
Projects
Releases
Packages
Wiki
Activity
Actions
6
75d8c5cea2
cpython
/
Lib
/
json
History
Download ZIP
Download TAR.GZ
Georg Brandl
d4460aaacd
#4785
: document strict argument of JSONDecoder, plus add object_pairs_hook in the docstrings.
2010-10-15 17:03:02 +00:00
..
tests
Issue
#7451
: Improve decoding performance of JSON objects, and reduce
2010-09-04 20:16:53 +00:00
__init__.py
#4785
: document strict argument of JSONDecoder, plus add object_pairs_hook in the docstrings.
2010-10-15 17:03:02 +00:00
decoder.py
#4785
: document strict argument of JSONDecoder, plus add object_pairs_hook in the docstrings.
2010-10-15 17:03:02 +00:00
encoder.py
#9087
: update json docstrings -- unicode and long do not exist anymore.
2010-08-02 20:16:18 +00:00
scanner.py
Issue
#7451
: Improve decoding performance of JSON objects, and reduce
2010-09-04 20:16:53 +00:00
tool.py