]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-132021: Add bool type to the list of allowed JSON key types (#132048)
authorSrinivas Reddy Thatiparthy (తాటిపర్తి శ్రీనివాస్ రెడ్డి) <thatiparthysreenivas@gmail.com>
Tue, 8 Apr 2025 08:25:46 +0000 (13:55 +0530)
committerGitHub <noreply@github.com>
Tue, 8 Apr 2025 08:25:46 +0000 (11:25 +0300)
commit403886c28ddb350bbcaea478f8d754ed14e10337
tree57b7e16b3fe332b5a67eb131dd20e195bbfa1daa
parentf7305a06c7a322d23b39ad9d16af814d467624c6
gh-132021: Add bool type to the list of allowed JSON key types (#132048)

Co-authored-by: Eric V. Smith <ericvsmith@users.noreply.github.com>
Doc/library/json.rst
Lib/json/encoder.py