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++.
- Paste the file "NPPJSONViewer.dll" to Notepad++ plugins\NPPJSONViewer folder
- Restart Notepad++ and verify that the plugin appears under the Plugins menu
- Open a document containing a JSON string (or paste in some JSON text)
- Select JSON fragment and navigate to plugins/JSON Viewer/show JSON Viewer or press "Ctrl+Alt+Shift+J"
- Voila!! If the JSON is valid, it will be shown in a Treeview
- issue-55 Format JSON should also set the language to JSON #FeatureRequest
- issue-56 Format Should Follow Line Break Settings
- issue-57, issue-60 "Should add a function to remove line breaks and spaces" Thanks @neoarc
- issue-68 Crashing Notepad++
- issue-72 tab setting from notepad++ settings are not honored
- issue-73 Display tree for Array of Object
- issue-80 use line ending setting from editor
- Relaxed parsing. Supports trailling commas, comments(only parsing), NaN and infinity JS literals.
- Fix Access Violation issue #51
- Fix issue #47
- Fix issue #43
- Reads tab setting from notepad++ settings
- Now using rapidjson
- 64 bit support. Thanks @chcg
- Select all text when no selection Thanks @vakio
- fix memory leak and close About dialog when clicking "Close" button Thanks @quangnh89
- Fixed display of boolean values. Now displaying as "key":True/False Thanks @yoyokenny
- Fixed hang on faulty JSON. Thanks @vancekic
- Fixed display of UTF-8 characters.
- Fixed bug "#3 quoted doublequotes-Jan Huschauer"
- Added a command to format JSON
- Now displays a message box when JSON string is not selected.
- Fixed dialog display issue, that occured in 1.16 release.
- Fixed bug - 3305433 do not find error on second try and do not build tree
- Fixed a memory leak..was not deallocating memory allocated to json strings
- Fixed bug 3203739 "Unable to parse JSON Arrays"
- Fixed hotkey, now press CTRL+SHIFT+ALT+J(default).
- Marks error position in JSON