Author: | GisTypical |
---|---|
Views Total: | 445 views |
Official Page: | Go to website |
Last Update: | November 23, 2020 |
License: | MIT |
Preview:

Description:
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>