flexi-json-tree
v1.0.15
Published
Flexi JSON Tree is a simple JSON tree viewer
Downloads
9
Readme
flexi-json-tree
flexi-json-tree
is a simple JSON tree viewer that allows you to generate a tree view of JSON data
Simple & Tiny JSON Viewer ✅🚀
Installation
npm install flexi-json-tree
Usage
Here is a basic example:
import buildTree from 'flexi-json-tree'
// Inicializar el árbol
buildTree("#tree")
LICENSE
This project is licensed under the terms of the MIT license.