MCPcopy Create free account
hub / github.com/RASAAS/docmcp-knowledge / load_json

Function load_json

scripts/json_to_markdown.py:178–180  ·  view source on GitHub ↗
(path: Path)

Source from the content-addressed store, hash-verified

176# Helpers
177# ---------------------------------------------------------------------------
178def load_json(path: Path) -> dict:
179 with open(path, "r", encoding="utf-8") as f:
180 return json.load(f)
181
182
183def get_entries(data: dict) -> list:

Callers 4

generate_guidanceFunction · 0.85
generate_standardsFunction · 0.85
generate_shared_sectionFunction · 0.85
verify_syncFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected