class JSONDecoder(_json.JSONDecoder):
The default JSON decoder.
This does not change any behavior from the built-in
json.JSONDecoder
.
Assign a subclass of this to flask.Flask.json_decoder
or
flask.Blueprint.json_decoder
to override the default.