This website requires JavaScript.
Explore
Help
Register
Sign In
PublicArchive
/
cpython
Watch
2
Star
0
Fork
0
You've already forked cpython
mirror of
https://github.com/python/cpython.git
synced
2026-05-12 07:30:13 -04:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
1e908af3354e20e18dfdcf30bc8aee6ab53ab1ee
cpython
/
Lib
/
json
T
History
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
…