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
+8-2Lines changed: 8 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -1,9 +1,9 @@
1
-
# JSONViewer 1.40
1
+
# JSONViewer 1.41
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
5
5
## Instructions:
6
-
1. Paste the file "NPPJSONViewer.dll" to Notepad++ plugins\NPPJSONViewer folder
6
+
1. Paste the file `NPPJSONViewer.dll` to Notepad++ `plugins\NPPJSONViewer` folder
7
7
2. Restart Notepad++ and verify that the plugin appears under the Plugins menu
8
8
3. Open a document containing a JSON string (or paste in some JSON text)
9
9
4. Select JSON fragment and navigate to plugins/JSON Viewer/show JSON Viewer or press "Ctrl+Alt+Shift+J"
@@ -13,6 +13,12 @@ This plugin is meant to display a JSON string in a Treeview. It also marks the e
13
13
## Latest Updates:
14
14
15
15
16
+
### 1.41
17
+
1. Support for ARM64
18
+
2. Dropped Windows XP support as Notepad++ is no more supporting Windows XP.
19
+
3. Upgrade Visual Studio to 2022
20
+
21
+
16
22
### 1.40
17
23
1. issue-55 Format JSON should also set the language to JSON #FeatureRequest
18
24
2. issue-56 Format Should Follow Line Break Settings
0 commit comments