storage tree to JSON mapper
npm install @dizmo/context-tree2json


sh
npm install @dizmo/context-tree2json --save
`
$3
`javascript
let lib = require('@dizmo/context-tree2json');
`
$3
`javascript
...
`
Development
$3
`sh
npm run build
`
#### without linting:
`sh
npm run -- build --no-lint
`
$3
`sh
npm run lint
`
#### with auto-fixing (for JavaScript and TypeScript):
`sh
npm run -- lint --fix
`
$3
`sh
npm run test
`
#### without (re-)building:
`sh
npm run -- test --no-build
`
$3
`sh
npm run cover
`
#### without (re-)building:
`sh
npm run -- cover --no-build
`` © 2018 Hasan Karahan