MCPcopy Create free account
hub / github.com/CodeGraphContext/CodeGraphContext / canonical_json

Function canonical_json

scripts/compare_backend_snapshots.py:55–56  ·  view source on GitHub ↗
(value: Any)

Source from the content-addressed store, hash-verified

53
54
55def canonical_json(value: Any) -> str:
56 return json.dumps(value, sort_keys=True, ensure_ascii=False)
57
58
59def load_json(path: Path) -> Any:

Callers 2

compare_listsFunction · 0.85
extract_entitiesFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected