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-10-10 08:53:14 +00:00
Code
Issues
Projects
Releases
Packages
Wiki
Activity
Actions
18
eda5583bdc
cpython
/
Lib
/
json
History
Download ZIP
Download TAR.GZ
Antoine Pitrou
00d650baaa
Fix JSON docs about loads() accepting only str objects, not bytes.
2011-01-21 21:37:32 +00:00
..
__init__.py
Fix JSON docs about loads() accepting only str objects, not bytes.
2011-01-21 21:37:32 +00:00
decoder.py
encoder.py
Issue
#5729
: json.dumps to support using '\t' as an indent string
2010-10-31 08:00:16 +00:00
scanner.py
tool.py