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
Fix doc formatting
  • Loading branch information
jsbueno committed Mar 26, 2026
commit 282050340e42615fc2de6850332879d853957f96
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,5 @@ json
* Add the *array_hook* parameter to :func:`~load` and :func:`~loads` functions:
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*
param and :class:`tuple` to `array_hook` will yield a deeply nested imitable
param and :class:`tuple` to ``array_hook`` will yield a deeply nested imitable
Python structure representing the JSON data.
Loading