MCPcopy 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

parseMethod · 0.80
get_dataMethod · 0.80

Calls 2

get_textMethod · 0.95
get_responseMethod · 0.95

Tested by 1

parseMethod · 0.64