1.0.3 • Published 5 years ago

json-guillotine-pmb v1.0.3

Weekly downloads
1
License
ISC
Repository
github
Last release
5 years ago

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 POJO
  • body, blob: String or Buffer, same type as the other.

Usage

see test/basics.js

Known issues

  • Needs more/better tests and docs.

 

License

ISC