MCPcopy 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

parseFunction · 0.70
loadMethod · 0.50

Calls 1

hunpackFunction · 0.85

Tested by

no test coverage detected