You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+10-1Lines changed: 10 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,4 +1,4 @@
1
-
# JSONViewer 1.41
1
+
# JSONViewer 2.0.1.0
2
2
3
3
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++.
4
4
@@ -12,6 +12,15 @@ This plugin is meant to display a JSON string in a Treeview. It also marks the e
12
12
13
13
## Latest Updates:
14
14
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.
0 commit comments