Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Keeper-Security/Commander
/ load_json
Function
load_json
tests/compliance/diff.py:18–23 ·
view source on GitHub ↗
(path)
Source
from the content-addressed store, hash-verified
16
17
18
def
load_json(path):
19
try
:
20
with
open(path)
as
f:
21
return
json.load(f)
22
except
Exception:
23
return
None
24
25
26
def
row_key(row, headers):
Callers
2
compare_file
Function · 0.85
main
Function · 0.85
Calls
1
load
Method · 0.45
Tested by
no test coverage detected