22JsonTree.js
33
44[ ![ Tweet] ( https://img.shields.io/twitter/url/http/shields.io.svg?style=social )] ( https://twitter.com/intent/tweet?text=JsonTree.js%2C%20a%20free%20JavaScript%json%20treeview&url=https://github.com/williamtroup/JsonTree.js&hashtags=javascript,treeview,json )
5- [ ![ npm] ( https://img.shields.io/badge/npmjs-v4.6.4 -blue )] ( https://www.npmjs.com/package/jjsontree.js )
6- [ ![ nuget] ( https://img.shields.io/badge/nuget-v4.6.4 -purple )] ( https://www.nuget.org/packages/jJsonTree.js/ )
5+ [ ![ npm] ( https://img.shields.io/badge/npmjs-v4.7.0 -blue )] ( https://www.npmjs.com/package/jjsontree.js )
6+ [ ![ nuget] ( https://img.shields.io/badge/nuget-v4.7.0 -purple )] ( https://www.nuget.org/packages/jJsonTree.js/ )
77[ ![ license] ( https://img.shields.io/badge/license-MIT-green )] ( https://github.com/williamtroup/JsonTree.js/blob/main/LICENSE.txt )
88[ ![ discussions Welcome] ( https://img.shields.io/badge/discussions-Welcome-red )] ( https://github.com/williamtroup/JsonTree.js/discussions )
99[ ![ coded by William Troup] ( https://img.shields.io/badge/coded_by-William_Troup-yellow )] ( https://william-troup.com/ )
1010</h1 >
1111
1212> <p align =" center " >🔗 A lightweight JavaScript library that generates customizable tree views to better visualize, and edit, JSON data.</p >
13- > <p align =" center " >v4.6.4 </p >
13+ > <p align =" center " >v4.7.0 </p >
1414 <br />
1515
1616![ JsonTree.js] ( docs/images/main.png )
@@ -27,14 +27,15 @@ JsonTree.js
2727- 🌈 Full CSS theme support (using : root variables), with dark and light themes.
2828- 🔍 22 data types supported by default (such as Object, Array, primitive types, and even Sets, Maps, and HTML DOM elements).
2929- 🔍 Custom data types support.
30+ - 🔨 Import and convert CSV and HTML files to JSON!
3031- 🔣 Support to show the data types, array/object sizes, comas, and opening/closing symbols!
3132- ☑️ Fully configurable per DOM element!
3233- 📂 Close and open all objects, arrays, sets, maps, and HTML objects.
3334- 🚀 Clickable values via custom triggers!
3435- ⭐ Custom value rendering.
3536- 📃 Array paging, with configurable column count support (show array objects on different pages)!
3637- 💥 Compare the property name and index values in multiple page columns!
37- - 💧 Drag & Drop JSON files support!
38+ - 💧 Drag & Drop JSON, CSV, and HTML files support!
3839- 📋 Copy to clipboard (all JSON, a specific page, a specific JSON value, or selected JSON values).
3940- ✏️ Full editing support (double click a value, property, index, or anywhere for everything).
4041- 🔠 Keyboard navigation keys support!
@@ -173,8 +174,8 @@ Or, you can download the latest zipped up version [here](https://www.william-tro
173174Or, you can also use the following CDN links:
174175
175176``` markdown
176- https://cdn.jsdelivr.net/gh/williamtroup/JsonTree.js@4.6.4 /dist/jsontree.min.js
177- https://cdn.jsdelivr.net/gh/williamtroup/JsonTree.js@4.6.4 /dist/jsontree.js.min.css
177+ https://cdn.jsdelivr.net/gh/williamtroup/JsonTree.js@4.7.0 /dist/jsontree.min.js
178+ https://cdn.jsdelivr.net/gh/williamtroup/JsonTree.js@4.7.0 /dist/jsontree.js.min.css
178179```
179180<br >
180181<br >
0 commit comments