We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6e48297 commit 0eed2fbCopy full SHA for 0eed2fb
1 file changed
Misc/NEWS.d/next/Library/2026-03-26-02-06-52.gh-issue-146440.HXjhQO.rst
@@ -1,5 +1,6 @@
1
-:mod:`json`: Add the *array_hook* parameter to :func:`~json.load` and :func:`~json.loads` functions:
+:mod:`json`: Add the *array_hook* parameter to :func:`~json.load` and
2
+:func:`~json.loads` functions:
3
Allow a callback for JSON literal array types to customize Python lists in the
-resulting decoded object. Passing combined :class:`frozendict` to *object_pairs_hook*
4
-param and :class:`tuple` to ``array_hook`` will yield a deeply nested immutable
5
-Python structure representing the JSON data.
+resulting decoded object. Passing combined :class:`frozendict` to
+*object_pairs_hook* param and :class:`tuple` to ``array_hook`` will yield a
6
+deeply nested immutable Python structure representing the JSON data.
0 commit comments