MCPcopy Create free account
hub / github.com/ResearAI/DeepScientist / save_json

Function save_json

scripts/run_claude_code_yaml_batch.py:29–30  ·  view source on GitHub ↗
(path: Path, payload)

Source from the content-addressed store, hash-verified

27
28
29def save_json(path: Path, payload) -> None:
30 path.write_text(json.dumps(payload, indent=2, ensure_ascii=False, sort_keys=True))
31
32
33def failed_ids() -> list[str]:

Callers 1

mainFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected