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
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++](https://github.com/notepad-plus-plus/notepad-plus-plus).
6
+
This plugin is designed to display JSON strings in a Treeview format and highlight the error position if any parsing issues occur. It's a simple and efficient tool, compatible with[Notepad++](https://github.com/notepad-plus-plus/notepad-plus-plus).
7
7
8
8
9
9
## Instructions:
10
-
1.Paste the file `NPPJSONViewer.dll` to Notepad++`plugins\NPPJSONViewer` folder.
11
-
2. Restart Notepad++ and verify that the plugin appears under the Plugins menu.
10
+
1.Copy the file `NPPJSONViewer.dll` to the`plugins\NPPJSONViewer` folder in the Notepad++ installation directory..
11
+
2. Restart Notepad++ and ensure the plugin appears under the Plugins menu.
12
12
3. Open a document containing a JSON string (or paste in some JSON text).
13
-
4. Select JSON fragment and navigate to plugins/JSON Viewer/show JSON Viewer or press <kbd>Ctrl</kbd>+<kbd>Alt</kbd>+<kbd>Shift</kbd>+<kbd>J</kbd>.
14
-
5. Voila!! If the JSON is valid, it will be shown in a Treeview.
13
+
4. Select the JSON fragment and go to <b>Plugins > JSON Viewer > Show JSON Viewer</b> or press or press <kbd>Ctrl</kbd>+<kbd>Alt</kbd>+<kbd>Shift</kbd>+<kbd>J</kbd>.
14
+
5. Voila, that's it! If the JSON is valid, it will be displayed in a Treeview format.
0 commit comments