[issue36738] Add 'array_hook' for json module

2019-06-26 Thread Terry J. Reedy
Change by Terry J. Reedy : -- versions: +Python 3.9 -Python 3.8 ___ Python tracker ___ ___ Python-bugs-list mailing list

[issue36738] Add 'array_hook' for json module

2019-04-27 Thread matt farrugia
Change by matt farrugia : -- keywords: +patch pull_requests: +12906 stage: -> patch review ___ Python tracker ___ ___

[issue36738] Add 'array_hook' for json module

2019-04-27 Thread matt farrugia
New submission from matt farrugia : The json module allows a user to provide an `object_hook` function, which, if provided, is called to transform the dict that is created as a result of parsing a JSON Object. It'd be nice if there was something analogous for JSON Arrays: an `array_hook`

[issue36738] Add 'array_hook' for json module

2019-04-27 Thread Raymond Hettinger
Change by Raymond Hettinger : -- assignee: -> bob.ippolito nosy: +bob.ippolito ___ Python tracker ___ ___ Python-bugs-list mailing