MCPcopy Index your code
hub / github.com/pyscript/pyscript / json

Method json

core/src/stdlib/pyscript/fetch.py:141–143  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

139 return await response.bytearray()
140
141 async def json(self):
142 response = await self._get_response()
143 return await response.json()
144
145 async def text(self):
146 response = await self._get_response()

Callers 12

normalizeFunction · 0.45
executeFunction · 0.45
sabayon.jsFile · 0.45
sw.jsFile · 0.45
test_fetch_jsonFunction · 0.45
test_fetch_json_directFunction · 0.45

Calls 1

_get_responseMethod · 0.95