Thanks to visit codestin.com
Credit goes to github.com

Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Reformat blurb
  • Loading branch information
jsbueno committed Mar 26, 2026
commit 0eed2fb3e3ebf23eed89b238f07a21f960cd2205
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
: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
:func:`~json.loads` functions:
Allow a callback for JSON literal array types to customize Python lists in the
Comment thread
jsbueno marked this conversation as resolved.
Outdated
resulting decoded object. Passing combined :class:`frozendict` to *object_pairs_hook*
param and :class:`tuple` to ``array_hook`` will yield a deeply nested immutable
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
deeply nested immutable Python structure representing the JSON data.
Loading