File tree Expand file tree Collapse file tree 1 file changed +5
-4
lines changed
Expand file tree Collapse file tree 1 file changed +5
-4
lines changed Original file line number Diff line number Diff line change 1- :mod: `json `: Add the *array_hook * parameter to :func: `~json.load ` and :func: `~json.loads ` functions:
1+ :mod: `json `: Add the *array_hook * parameter to :func: `~json.load ` and
2+ :func: `~json.loads ` functions:
23Allow a callback for JSON literal array types to customize Python lists in the
3- 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.
4+ resulting decoded object. Passing combined :class: `frozendict ` to
5+ * object_pairs_hook * param and :class: `tuple ` to ``array_hook `` will yield a
6+ deeply nested immutable Python structure representing the JSON data.
You can’t perform that action at this time.
0 commit comments