News

The method load_table_from_json() shows up in a number of Issues and PRs as a source of problems OR ambiguity. Examine this code and determine whether it (and the similar methods load_table_from_*) ...
Possible fix Only set a custom cls= in flask.json.load(s) if something other than the default is set on app.json_decoder. Environment: Python version: pypy3.7 Flask version: 2.0.2 ...