Skip to content

Commit 5b12227

Browse files
Merge pull request #50 from williamtroup/4.7.0
4.7.0
2 parents 7a97758 + 15f87ad commit 5b12227

File tree

86 files changed

+1194
-890
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

86 files changed

+1194
-890
lines changed

README.md

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -2,15 +2,15 @@
22
JsonTree.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
173174
Or, 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>

README_NUGET.md

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
1-
# JsonTree.js v4.6.4
1+
# JsonTree.js v4.7.0
22

33
[![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)
4-
[![npm](https://img.shields.io/badge/npmjs-v4.6.4-blue)](https://www.npmjs.com/package/jjsontree.js)
5-
[![nuget](https://img.shields.io/badge/nuget-v4.6.4-purple)](https://www.nuget.org/packages/jJsonTree.js/)
4+
[![npm](https://img.shields.io/badge/npmjs-v4.7.0-blue)](https://www.npmjs.com/package/jjsontree.js)
5+
[![nuget](https://img.shields.io/badge/nuget-v4.7.0-purple)](https://www.nuget.org/packages/jJsonTree.js/)
66
[![license](https://img.shields.io/badge/license-MIT-green)](https://github.com/williamtroup/JsonTree.js/blob/main/LICENSE.txt)
77
[![discussions Welcome](https://img.shields.io/badge/discussions-Welcome-red)](https://github.com/williamtroup/JsonTree.js/discussions)
88
[![coded by William Troup](https://img.shields.io/badge/coded_by-William_Troup-yellow)](https://william-troup.com/)
@@ -20,14 +20,15 @@
2020
- 🌈 Full CSS theme support (using :root variables), with dark and light themes.
2121
- 🔍 22 data types supported by default (such as Object, Array, primitive types, and even Sets, Maps, and HTML DOM elements).
2222
- 🔍 Custom data types support.
23+
- 🔨 Import and convert CSV and HTML files to JSON!
2324
- 🔣 Support to show the data types, array/object sizes, comas, and opening/closing symbols!
2425
- ☑️ Fully configurable per DOM element!
2526
- 📂 Close and open all objects, arrays, sets, maps, and HTML objects.
2627
- 🚀 Clickable values via custom triggers!
2728
- ⭐ Custom value rendering.
2829
- 📃 Array paging, with configurable column count support (show array objects on different pages)!
2930
- 💥 Compare the property name and index values in multiple page columns!
30-
- 💧 Drag & Drop JSON files support!
31+
- 💧 Drag & Drop JSON, CSV, and HTML files support!
3132
- 📋 Copy to clipboard (all JSON, a specific page, a specific JSON value, or selected JSON values).
3233
- ✏️ Full editing support (double click a value, property, index, or anywhere for everything).
3334
- 🔠 Keyboard navigation keys support!
@@ -152,8 +153,8 @@ Or, you can download the latest zipped up version [here](https://www.william-tro
152153
Or, you can also use the following CDN links:
153154

154155
```markdown
155-
https://cdn.jsdelivr.net/gh/williamtroup/JsonTree.js@4.6.4/dist/jsontree.min.js
156-
https://cdn.jsdelivr.net/gh/williamtroup/JsonTree.js@4.6.4/dist/jsontree.js.min.css
156+
https://cdn.jsdelivr.net/gh/williamtroup/JsonTree.js@4.7.0/dist/jsontree.min.js
157+
https://cdn.jsdelivr.net/gh/williamtroup/JsonTree.js@4.7.0/dist/jsontree.js.min.css
157158
```
158159

159160

0 commit comments

Comments
 (0)