Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Boris-code/feapder
/ get_json
Method
get_json
feapder/utils/webdriver/playwright_driver.py:279–284 ·
view source on GitHub ↗
(self, url_regex)
Source
from the content-addressed store, hash-verified
277
]
278
279
def
get_json(self, url_regex):
280
return
(
281
json.loads(self.get_text(url_regex))
282
if
self.get_response(url_regex)
283
else
None
284
)
285
286
def
get_all_json(self, url_regex):
287
""
"
Callers
2
parse
Method · 0.80
get_data
Method · 0.80
Calls
2
get_text
Method · 0.95
get_response
Method · 0.95
Tested by
1
parse
Method · 0.64