
An SEO-friendly JSON Viewer to present your JSON data in expandable hierarchical HTML lists just like a tree structure.
How to use it:
1. Import the TreeView as a module.
<script type="module" src="scripts/treeview.js"></script>
2. Create an empty ul element and specify the path to your JSON file. That’s it.
<ul is="pro-tree-view" json="json.json"></ul>
Changelog:
04/30/2021
- refactor
02/06/2021
- Sync with local







