]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
GH-96145: Add AttrDict to JSON module for use with object_hook (#96146)
authorRaymond Hettinger <rhettinger@users.noreply.github.com>
Tue, 23 Aug 2022 21:22:00 +0000 (16:22 -0500)
committerGitHub <noreply@github.com>
Tue, 23 Aug 2022 21:22:00 +0000 (16:22 -0500)
commit1f0eafa844bf5a380603d55e8d4b42d8c2a3439d
tree7d0baf97bbdeb48afea0e1685ce49b17f3855d95
parent054328f0dd3e9ee5a8a026dfcfa606baf7e9f052
GH-96145: Add AttrDict to JSON module for use with object_hook (#96146)
Doc/library/json.rst
Lib/json/__init__.py
Lib/test/test_json/__init__.py
Lib/test/test_json/test_attrdict.py [new file with mode: 0644]
Misc/NEWS.d/next/Library/2022-08-20-12-56-15.gh-issue-96145.8ah3pE.rst [new file with mode: 0644]