0.0.4 • Published 7 years ago
tree2json v0.0.4
Another tree clone
Installation
$ npm install --save tree2jsonUsage (Node.js)
const tree = require('tree2json').tree;
const myTree = new tree();
myTree.saveToFile('./testFolder');
myTree.writeStruct('./struct.json', './anotherTestFolder');Contrib
It is a package created for the purpose of study. Feel free to participate and contribute!