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.2 .0-blue )] ( https://www.npmjs.com/package/jjsontree.js )
6- [ ![ nuget] ( https://img.shields.io/badge/nuget-v4.2 .0-purple )] ( https://www.nuget.org/packages/jJsonTree.js/ )
5+ [ ![ npm] ( https://img.shields.io/badge/npmjs-v4.3 .0-blue )] ( https://www.npmjs.com/package/jjsontree.js )
6+ [ ![ nuget] ( https://img.shields.io/badge/nuget-v4.3 .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.2 .0</p >
13+ > <p align =" center " >v4.3 .0</p >
1414 <br />
1515
1616![ JsonTree.js] ( docs/images/main.png )
@@ -25,7 +25,8 @@ JsonTree.js
2525- 🎏 52 language translations available!
2626- 📱 Fully styled in CSS/SASS, fully responsive, and compatible with the Bootstrap library!
2727- 🌈 Full CSS theme support (using : root variables), with dark and light themes.
28- - 🔍 22 types supported by default (such as Object, Array, primitive types, and even Sets, Maps, and HTML DOM elements).
28+ - 🔍 22 data types supported by default (such as Object, Array, primitive types, and even Sets, Maps, and HTML DOM elements).
29+ - 🔍 Custom data types support.
2930- 🔣 Support to show the data types, array/object sizes, comas, and opening/closing symbols!
3031- ☑️ Fully configurable per DOM element!
3132- 📂 Close and open all objects, arrays, sets, maps, and HTML objects.
@@ -65,7 +66,7 @@ All modern browsers (such as Google Chrome, FireFox, and Opera) are fully suppor
6566<br >
6667
6768
68- <h1 >What types are supported?</h1 >
69+ <h1 >What data types are supported?</h1 >
6970
7071- ` boolean ` Booleans
7172- ` number ` Numbers
@@ -172,8 +173,8 @@ Or, you can download the latest zipped up version [here](https://www.william-tro
172173Or, you can also use the following CDN links:
173174
174175``` markdown
175- https://cdn.jsdelivr.net/gh/williamtroup/JsonTree.js@4.2 .0/dist/jsontree.min.js
176- https://cdn.jsdelivr.net/gh/williamtroup/JsonTree.js@4.2 .0/dist/jsontree.js.min.css
176+ https://cdn.jsdelivr.net/gh/williamtroup/JsonTree.js@4.3 .0/dist/jsontree.min.js
177+ https://cdn.jsdelivr.net/gh/williamtroup/JsonTree.js@4.3 .0/dist/jsontree.js.min.css
177178```
178179<br >
179180<br >
0 commit comments