requests.Response.json

Response.json(**kwargs)[source]

Returns the json-encoded content of a response, if any.

Parameters:**kwargs – Optional arguments that json.loads takes.