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-v2.7 .0-blue )] ( https://www.npmjs.com/package/jjsontree.js )
6- [ ![ nuget] ( https://img.shields.io/badge/nuget-v2.7 .0-purple )] ( https://www.nuget.org/packages/jJsonTree.js/ )
5+ [ ![ npm] ( https://img.shields.io/badge/npmjs-v2.8 .0-blue )] ( https://www.npmjs.com/package/jjsontree.js )
6+ [ ![ nuget] ( https://img.shields.io/badge/nuget-v2.8 .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 " >v2.7 .0</p >
13+ > <p align =" center " >v2.8 .0</p >
1414 <br />
1515
1616![ JsonTree.js] ( docs/images/main.png )
@@ -34,6 +34,7 @@ JsonTree.js
3434- Full property/value editing support (double click the property name/value).
3535- Keyboard navigation keys support!
3636- Toggle between regular and full-screen views.
37+ - Assign tooltips to any JSON value!
3738<br />
3839<br />
3940
@@ -148,8 +149,8 @@ npm install jjsontree.js
148149You can also use the following CDN links:
149150
150151``` markdown
151- https://cdn.jsdelivr.net/gh/williamtroup/JsonTree.js@2.7 .0/dist/jsontree.min.js
152- https://cdn.jsdelivr.net/gh/williamtroup/JsonTree.js@2.7 .0/dist/jsontree.js.min.css
152+ https://cdn.jsdelivr.net/gh/williamtroup/JsonTree.js@2.8 .0/dist/jsontree.min.js
153+ https://cdn.jsdelivr.net/gh/williamtroup/JsonTree.js@2.8 .0/dist/jsontree.js.min.css
153154```
154155<br >
155156<br >
0 commit comments