MCPcopy 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

stringifyFunction · 0.70
dumpMethod · 0.50

Calls 1

hpackFunction · 0.85

Tested by

no test coverage detected