Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ResearAI/DeepScientist
/ load_json
Function
load_json
scripts/run_claude_code_yaml_batch.py:23–26 ·
view source on GitHub ↗
(path: Path, default)
Source
from the content-addressed store, hash-verified
21
22
23
def
load_json(path: Path, default):
24
if
not path.exists():
25
return
default
26
return
json.loads(path.read_text())
27
28
29
def
save_json(path: Path, payload) -> None:
Callers
1
main
Function · 0.70
Calls
no outgoing calls
Tested by
no test coverage detected