MCPcopy
hub / github.com/Skyvern-AI/skyvern / json

Method json

skyvern/client/core/http_sse/_models.py:15–17  ·  view source on GitHub ↗

Parse the data field as JSON.

(self)

Source from the content-addressed store, hash-verified

13 retry: Optional[int] = None
14
15 def json(self) -> Any:
16 """Parse the data field as JSON."""
17 return json.loads(self.data)

Callers 15

artifactServer.jsFile · 0.45
useGithubStarCountFunction · 0.45
run_taskMethod · 0.45
run_workflowMethod · 0.45
get_runMethod · 0.45
cancel_runMethod · 0.45
bulk_cancel_runsMethod · 0.45
get_workflowsMethod · 0.45
create_workflowMethod · 0.45
update_workflowMethod · 0.45
delete_workflowMethod · 0.45
get_foldersMethod · 0.45

Calls

no outgoing calls

Tested by 15

make_requestFunction · 0.36
list_sessionsFunction · 0.36
create_browser_sessionFunction · 0.36
get_sessionFunction · 0.36
close_all_sessionsFunction · 0.36
close_sessionFunction · 0.36
create_taskFunction · 0.36
create_workflow_runFunction · 0.36
create_cruiseFunction · 0.36