Skip to content

Commit 029553d

Browse files
authored
Update README.md
1 parent 3bd06eb commit 029553d

File tree

1 file changed

+10
-1
lines changed

1 file changed

+10
-1
lines changed

README.md

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# JSONViewer 1.41
1+
# JSONViewer 2.0.1.0
22

33
This plugin is meant to display a JSON string in a Treeview. It also marks the error position in case of parsing errors. That's it!!! The plugin can be used in Notepad++.
44

@@ -12,6 +12,15 @@ This plugin is meant to display a JSON string in a Treeview. It also marks the e
1212

1313
## Latest Updates:
1414

15+
### 2.0.1.0
16+
1. Redeveloped UI
17+
1. Provided menu icon
18+
2. Json view panel is redesigned which is button like, refresh, validate, format etc.
19+
3. It uses well performed class instead of plain function
20+
2. Current selected node path is given on the bottom of json view window
21+
3. Many feature support such as copy node, copy value, copy path, expand/collapse all etc.
22+
4. Few bug fixes
23+
1524

1625
### 1.41
1726
1. Support for ARM64

0 commit comments

Comments
 (0)