Public Member Functions | |
| Any | json (self, *Any args, JSONDecoder loads=json_loads, **Any kwargs) |
aiohttp.ClientResponse with a json method that uses json_loads by default.
Definition at line 72 of file aiohttp_client.py.
| Any homeassistant.helpers.aiohttp_client.HassClientResponse.json | ( | self, | |
| *Any | args, | ||
| JSONDecoder | loads = json_loads, |
||
| **Any | kwargs | ||
| ) |
Send a json request and parse the json response.
Definition at line 75 of file aiohttp_client.py.