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
+12-1
Original file line number
Diff line number
Diff line change
@@ -1,4 +1,4 @@
1
-
# JSONViewer 2.0.1.0
1
+
# JSONViewer 2.0.2.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,17 @@ 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.2.0
16
+
1. Provided UI to control formatting option via setting dialog
17
+
1. Setting for indetation
18
+
2. Setting for line ending
19
+
3. Setting for line format
20
+
4. Make json parsing configurable e.g. ignore trailling comma, ignore comment
21
+
2. Added couple of new feature
22
+
1. Follow json tree for current tab if it is json file
23
+
2. Auto format json file when opened (by direct or by tab switching)
0 commit comments