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
+6-5Lines changed: 6 additions & 5 deletions
Original file line number
Diff line number
Diff line change
@@ -3,15 +3,16 @@ JSONViewer 1.34
3
3
by Kapil Ratnani
4
4
=================
5
5
6
-
This plugin is meant to display a JSON string in a Treeview. It also marks the error position in case of parsing errors. Thats it!!!
6
+
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++.
7
7
8
8
============
9
-
Instruction:
9
+
Instructions:
10
10
============
11
11
1. Paste the file "NPPJSONViewer.dll" to Notepad++ plugins\NPPJSONViewer folder
12
-
2. open a document containing a JSON string
13
-
3. Select JSON fragment and navigate to plugins/JSON Viewer/show JSON Viewer or press "Ctrl+Alt+Shift+J"
14
-
4. Voila!! if the JSON is valid, it will be shown in a Treeview
12
+
2. Restart Notepad++ and verify that the plugin appears under the Plugins menu
13
+
3. Open a document containing a JSON string (or paste in some JSON text)
14
+
4. Select JSON fragment and navigate to plugins/JSON Viewer/show JSON Viewer or press "Ctrl+Alt+Shift+J"
15
+
5. Voila!! If the JSON is valid, it will be shown in a Treeview
0 commit comments