json-guillotine-pmb
v1.0.3
Published
Split/combine a JSON meta data head with a string or buffer body.
Downloads
2
Readme
json-guillotine-pmb
Split/combine a JSON meta data head with a string or buffer body.
API
import guillotine from 'json-guillotine-pmb';
[headers, body] = guillotine.chop(blob);
blob = guillotine.recombine(headers, body);
headers
: A jsonable POJObody
,blob
: String or Buffer, same type as the other.
Usage
see test/basics.js
Known issues
- Needs more/better tests and docs.
License
ISC