MCPcopy Index your code
hub / github.com/microsoft/playwright-python / json

Method json

playwright/_impl/_network.py:931–932  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

929 return content.decode()
930
931 async def json(self) -> Any:
932 return json.loads(await self.text())
933
934 @property
935 def request(self) -> Request:

Calls 1

textMethod · 0.95