Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Kitware/COAT
/ read_json
Function
read_json
utils/utils.py:358–361 ·
view source on GitHub ↗
(fpath)
Source
from the content-addressed store, hash-verified
356
357
358
def
read_json(fpath):
359
with
open(fpath,
"r"
)
as
f:
360
obj = json.load(f)
361
return
obj
362
363
364
def
write_json(obj, fpath):
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected