MCPcopy Index your code
hub / github.com/AstrBotDevs/AstrBot / get_json

Method get_json

astrbot/dashboard/asgi_runtime.py:256–257  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

254 self.text = response.text
255
256 async def get_json(self):
257 return self._response.json()
258
259 async def get_data(self):
260 return self._response.content

Callers

nothing calls this directly

Calls 1

jsonMethod · 0.45

Tested by

no test coverage detected