Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
55
def
canonical_json(value: Any) -> str:
56
return
json.dumps(value, sort_keys=True, ensure_ascii=False)
57
58
59
def
load_json(path: Path) -> Any:
Callers
2
compare_lists
Function · 0.85
extract_entities
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected