Request.
get_json
(force=False, silent=False, cache=True)[source]¶
Parses the incoming JSON request data and returns it. By default this function will return None
if the mimetype is not application/json but this can be overridden by the force
parameter. If parsing fails the on_json_loading_failed()
method on the request object will be invoked.
True
the mimetype is ignored.True
this method will fail silently and return None
.True
the parsed JSON data is remembered on the request.RetroSearch is an open source project built by @garambo | Open a GitHub Issue
Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo
HTML:
3.2
| Encoding:
UTF-8
| Version:
0.7.4