MCPcopy 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
18def load_json(path):
19 try:
20 with open(path) as f:
21 return json.load(f)
22 except Exception:
23 return None
24
25
26def row_key(row, headers):

Callers 2

compare_fileFunction · 0.85
mainFunction · 0.85

Calls 1

loadMethod · 0.45

Tested by

no test coverage detected