(self)
| 260 | return self._body |
| 261 | |
| 262 | async def json(self) -> Any: |
| 263 | if not hasattr(self, class="st">"_json"): class="cm"># pragma: no branch |
| 264 | body = await self.body() |
| 265 | self._json = json.loads(body) |
| 266 | return self._json |
| 267 | |
| 268 | async def _get_form( |
| 269 | self, |