Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/WebReflection/JSONH
/ pack
Function
pack
js/jsonh.js:110–112 ·
view source on GitHub ↗
(list, schema)
Source
from the content-addressed store, hash-verified
108
109
// JSONH.pack
110
function
pack(list, schema) {
111
return
schema ? packSchema(list, schema) : hpack(list);
112
}
113
114
// JSONH unpack
115
function
unpack(hlist, schema) {
Callers
2
stringify
Function · 0.70
dump
Method · 0.50
Calls
1
hpack
Function · 0.85
Tested by
no test coverage detected