Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
34
def
loads(str, *args, **kwargs):
35
return
unpack(json.loads(str, *args, **kwargs))
36
37
def
pack(dict_list):
38
length = len(dict_list)
Callers
nothing calls this directly
Calls
1
unpack
Function · 0.70
Tested by
no test coverage detected