Skip to content
Navigation Menu
Toggle navigation
Sign in
Appearance settings
Platform
AI CODE CREATION
GitHub Copilot
Write better code with AI
GitHub Spark
Build and deploy intelligent apps
GitHub Models
Manage and compare prompts
MCP Registry
New
Integrate external tools
DEVELOPER WORKFLOWS
Actions
Automate any workflow
Codespaces
Instant dev environments
Issues
Plan and track work
Code Review
Manage code changes
APPLICATION SECURITY
GitHub Advanced Security
Find and fix vulnerabilities
Code security
Secure your code as you build
Secret protection
Stop leaks before they start
EXPLORE
Why GitHub
Documentation
Blog
Changelog
Marketplace
View all features
Solutions
BY COMPANY SIZE
Enterprises
Small and medium teams
Startups
Nonprofits
BY USE CASE
App Modernization
DevSecOps
DevOps
CI/CD
View all use cases
BY INDUSTRY
Healthcare
Financial services
Manufacturing
Government
View all industries
View all solutions
Resources
EXPLORE BY TOPIC
AI
Software Development
DevOps
Security
View all topics
EXPLORE BY TYPE
Customer stories
Events & webinars
Ebooks & reports
Business insights
GitHub Skills
SUPPORT & SERVICES
Documentation
Customer support
Community forum
Trust center
Partners
View all resources
Open Source
COMMUNITY
GitHub Sponsors
Fund open source developers
PROGRAMS
Security Lab
Maintainer Community
Accelerator
GitHub Stars
Archive Program
REPOSITORIES
Topics
Trending
Collections
Enterprise
ENTERPRISE SOLUTIONS
Enterprise platform
AI-powered developer platform
AVAILABLE ADD-ONS
GitHub Advanced Security
Enterprise-grade security features
Copilot for Business
Enterprise-grade AI features
Premium Support
Enterprise-grade 24/7 support
Pricing
Search or jump to...
Search code, repositories, users, issues, pull requests...
Search syntax tips
Provide feedback
Saved searches
Use saved searches to filter your results more quickly
Sign in
Sign up
Appearance settings
Resetting focus
You signed in with another tab or window.
Reload
to refresh your session.
You signed out in another tab or window.
Reload
to refresh your session.
You switched accounts on another tab or window.
Reload
to refresh your session.
Dismiss alert
{{ message }}
python
/
cpython
Public
Uh oh!
There was an error while loading.
Please reload this page
.
Notifications
You must be signed in to change notification settings
Fork
34.5k
Star
72.5k
Code
Issues
5k+
Pull requests
2.2k
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Projects
Security and quality
Insights
Commits
Breadcrumbs
History for
cpython
Lib
json
on
3.6
User selector
All users
All time
Commit History
Commits on May 22, 2018
bpo-30877: Fix clearing a cache in the the JSON decoder. (GH-7048)
Show description for 2baee0a
miss-islington
and
serhiy-storchaka
authored
2baee0a
Copy full SHA for 2baee0a
Commits on Jul 1, 2017
[3.6] Fix trivial typo in json module docstring (GH-2274) (#2430)
Show description for 48290c1
Mariatta
authored and
ned-deily
committed
48290c1
Copy full SHA for 48290c1
Commits on Nov 12, 2016
Fixed the documentation of parse_constant argument in json.load().
Show description for 58d3e54
serhiy-storchaka
committed
58d3e54
Copy full SHA for 58d3e54
Fixed the documentation of parse_constant argument in json.load().
Show description for 022371f
serhiy-storchaka
committed
022371f
Copy full SHA for 022371f
Commits on Oct 30, 2016
Issue #28541: Improve test coverage for encoding detection in json library.
Show description for c4a35da
serhiy-storchaka
committed
c4a35da
Copy full SHA for c4a35da
Commits on Sep 10, 2016
Issue #17909: Accept binary input in json.loads
Show description for b161562
ncoghlan
committed
b161562
Copy full SHA for b161562
Commits on Jun 30, 2016
Issue #4945: Improved the documenting of boolean arguments in the json module.
Show description for ee047e5
serhiy-storchaka
committed
ee047e5
Copy full SHA for ee047e5
Issue #4945: Improved the documenting of boolean arguments in the json module.
Show description for 15287f8
serhiy-storchaka
committed
15287f8
Copy full SHA for 15287f8
Commits on Jun 21, 2016
Issue #18726: All optional parameters of the dump(), dumps(),
Show description for aacd53f
serhiy-storchaka
committed
aacd53f
Copy full SHA for aacd53f
Commits on Apr 10, 2016
Issue #26623: TypeError message for JSON unserializible object now contains
Show description for 47c5474
serhiy-storchaka
committed
47c5474
Copy full SHA for 47c5474
Issue #26719: More efficient formatting of ints and floats in json.
serhiy-storchaka
committed
e0805cf
Copy full SHA for e0805cf
Commits on Jul 5, 2015
Issue #24540: merger from 3.4
ned-deily
committed
53ecc58
Copy full SHA for 53ecc58
Issue #24540: fix typo in json.dumps docstring
ned-deily
committed
54630d9
Copy full SHA for 54630d9
Commits on Jan 26, 2015
Issue #19361: JSON decoder now raises JSONDecodeError instead of ValueError.
serhiy-storchaka
committed
47efb4a
Copy full SHA for 47efb4a
Commits on Jan 11, 2015
Issue #23206: Make ``json.dumps(..., ensure_ascii=False)`` as fast as the default case of ``ensure_ascii=True``. Patch by Naoki Inada.
pitrou
committed
dc3eaa8
Copy full SHA for dc3eaa8
Commits on Nov 10, 2014
Issue #21650: Add an `--sort-keys` option to json.tool CLI.
berkerpeksag
committed
39e4c4d
Copy full SHA for 39e4c4d
Commits on Mar 22, 2014
improve the command-line interface of json.tool (closes #21000)
Show description for 940e207
benjaminp
committed
940e207
Copy full SHA for 940e207
Commits on Dec 8, 2013
Remove mentions of Python 2.x and being externally maintained from
Show description for f491f92
gpshead
committed
f491f92
Copy full SHA for f491f92
Remove mentions of Python 2.x and being externally maintained from
Show description for a82f74d
gpshead
committed
a82f74d
Copy full SHA for a82f74d
Commits on Nov 26, 2013
Issue #11489: JSON decoder now accepts lone surrogates.
serhiy-storchaka
committed
687ff0e
Copy full SHA for 687ff0e
Issue #11489: JSON decoder now accepts lone surrogates.
serhiy-storchaka
committed
c93329b
Copy full SHA for c93329b
Commits on Oct 20, 2013
#18958: Improve error message for json.load(s) while passing a string that starts with a UTF-8 BOM.
ezio-melotti
committed
566a2be
Copy full SHA for 566a2be
#19307: Improve error message for json.load(s) while passing objects of the wrong type.
ezio-melotti
committed
a0e768c
Copy full SHA for a0e768c
Commits on Aug 10, 2013
Close #18264: int- and float-derived enums now converted to int or float.
ethanfurman
committed
a4998a7
Copy full SHA for a4998a7
Commits on Jul 4, 2013
Issue #18200: Back out usage of ModuleNotFoundError (8d28d44f3a9a)
brettcannon
committed
cd171c8
Copy full SHA for cd171c8
Commits on Jun 14, 2013
Issue #18200: Update the stdlib (except tests) to use
Show description for 0a14066
brettcannon
committed
0a14066
Copy full SHA for 0a14066
Commits on Mar 18, 2013
Merge #16057: Clarify why the base method default is called in custom encoders.
Show description for fbb1815
bitdancer
committed
fbb1815
Copy full SHA for fbb1815
Merge #16057: Clarify why the base method default is called in custom encoders.
Show description for 1f2a49c
bitdancer
committed
1f2a49c
Copy full SHA for 1f2a49c
#16057: Clarify why the base method default is called in custom encoders.
Show description for dd24617
bitdancer
committed
dd24617
Copy full SHA for dd24617
Commits on Mar 12, 2013
#17368: merge with 3.3.
ezio-melotti
committed
405952f
Copy full SHA for 405952f
#17368: merge with 3.2.
ezio-melotti
committed
220391f
Copy full SHA for 220391f
#17368: Fix an off-by-one error in the Python JSON decoder that caused a failure while decoding empty object literals when object_pairs_hook was specified.
ezio-melotti
committed
a7d64a6
Copy full SHA for a7d64a6
Commits on Feb 21, 2013
Issue #17225: JSON decoder now counts columns in the first line starting
Show description for 920007a
serhiy-storchaka
committed
920007a
Copy full SHA for 920007a
Issue #17225: JSON decoder now counts columns in the first line starting
Show description for ed891c1
serhiy-storchaka
committed
ed891c1
Copy full SHA for ed891c1
Issue #17225: JSON decoder now counts columns in the first line starting
Show description for c510a04
serhiy-storchaka
committed
c510a04
Copy full SHA for c510a04
Previous
Next
You can’t perform that action at this time.