MCPcopy Create free account
hub / github.com/WebReflection/JSONH / loads

Function loads

py2/jsonh.py:34–35  ·  view source on GitHub ↗
(str, *args, **kwargs)

Source from the content-addressed store, hash-verified

32 return unpack(json.load(fp, *args, **kwargs))
33
34def loads(str, *args, **kwargs):
35 return unpack(json.loads(str, *args, **kwargs))
36
37def pack(dict_list):
38 length = len(dict_list)

Callers

nothing calls this directly

Calls 1

unpackFunction · 0.70

Tested by

no test coverage detected