arc_jsonex
v0.1.2
Published
Arc - jsonex computation engine
Downloads
17
Readme
Arc
jsonex computation engine
NOTE The project is on early stage of investigations and current API state is subject to change.
Install:
npm install arc_jsonex
To run examples:
node example/engine1.js
node example/serialize1.js
Supports:
- tokenizer-provided input
- JSON representation tokenizer available
- jsonex tokenizer to be created
- asynchronous handlers
- ctx.box with async-enabled
get
andset
Works both with node.js and browser (with help of browserify)
License
MIT