0.0.4 • Published 7 years ago

tree2json v0.0.4

Weekly downloads
2
License
MIT
Repository
github
Last release
7 years ago

Another tree clone

npm version

Installation

$ npm install --save tree2json

Usage (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!

0.0.4

7 years ago

0.0.3

7 years ago

0.0.2

7 years ago

0.0.1

7 years ago