Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/WebReflection/JSONH
/ unpack
Function
unpack
js/jsonh.js:115–117 ·
view source on GitHub ↗
(hlist, schema)
Source
from the content-addressed store, hash-verified
113
114
// JSONH unpack
115
function
unpack(hlist, schema) {
116
return
schema ? unpackSchema(hlist, schema) : hunpack(hlist);
117
}
118
119
// JSON.stringify after JSONH.pack
120
function
stringify(list, replacer, space, schema) {
Callers
2
parse
Function · 0.70
load
Method · 0.50
Calls
1
hunpack
Function · 0.85
Tested by
no test coverage detected