gulp-capnp-text2json

0.0.1 • Public • Published

gulp-capnp-text2json Build Status

Convert Capnproto text dumps to Javascript objects, e.g.

(textList = ["foo", "bar", "baz"])

becomes

{ textList : ["foo", "bar", "baz"] }

Note that integers are parsed to strings to avoid possible overflow.

Package Sidebar

Install

npm i gulp-capnp-text2json

Weekly Downloads

1

Version

0.0.1

License

MIT

Last publish

Collaborators

  • popham