Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
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:
Callers
14
test_should_dispose_global_request
Function · 0.45
test_response_json_should_work
Function · 0.45
test_should_fulfill_json
Function · 0.45
handle
Function · 0.45
test_should_fulfill_json_overriding_existing_response
Function · 0.45
test_should_fulfill_with_global_fetch_result
Function · 0.45
test_should_fulfill_with_global_fetch_result
Function · 0.45
_ws_endpoint_from_url
Function · 0.45
test_should_dispose_global_request
Function · 0.45
test_should_fulfill_with_global_fetch_result
Function · 0.45
test_should_fulfill_json
Function · 0.45
handle
Function · 0.45
Calls
1
text
Method · 0.95
Tested by
14
test_should_dispose_global_request
Function · 0.36
test_response_json_should_work
Function · 0.36
test_should_fulfill_json
Function · 0.36
handle
Function · 0.36
test_should_fulfill_json_overriding_existing_response
Function · 0.36
test_should_fulfill_with_global_fetch_result
Function · 0.36
test_should_fulfill_with_global_fetch_result
Function · 0.36
_ws_endpoint_from_url
Function · 0.36
test_should_dispose_global_request
Function · 0.36
test_should_fulfill_with_global_fetch_result
Function · 0.36
test_should_fulfill_json
Function · 0.36
handle
Function · 0.36