Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
NPPJSONViewer.dll | 2013-01-31 | 73.2 kB | |
NPPJSONViewer1_21.zip | 2013-01-31 | 36.9 kB | |
README | 2013-01-31 | 1.4 kB | |
NPPJSONViewer1_20.zip | 2013-01-22 | 36.8 kB | |
NPPJSONViewer1_19vFix.zip | 2012-04-20 | 35.4 kB | |
NPPJSONViewer1_19.zip | 2012-02-20 | 35.4 kB | |
NPPJSONViewer1_175.zip | 2011-12-12 | 34.7 kB | |
NPPJSONViewer1_16.zip | 2011-05-30 | 34.7 kB | |
NPPJSONViewer1_15.zip | 2011-03-19 | 51.8 kB | |
NPPJSONViewer1_1.zip | 2011-02-26 | 51.8 kB | |
NPPJSONViewer.zip | 2011-02-14 | 49.3 kB | |
Totals: 11 Items | 441.6 kB | 315 |
================= JSONViewer 1.21 by Kapil Ratnani ================= 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!!! ============ Instruction: ============ 1. Paste the file "NPPJSONViewer.dll" to Notepad++ plugin folder 2. open a document containing a JSON string 3. Select JSON fragment and navigate to plugins/JSON Viewer/show JSON Viewer or press "Ctrl+Alt+Shift+J" 4. Viola!! if the JSON is valid, it will be shown in a Treeview ================== Special Thanks to: ================== Don Ho for Notepad++ Rui Maciel for mjson library ================== Latest Updates: ================== ---- 1.21 ---- 1. Fixed display of UTF-8 characters. ---- 1.20 ---- 1. Fixed bug "#3 quoted doublequotes-Jan Huschauer" ---- 1.19 ---- 1. Added a command to format JSON ---- 1.175 ---- 1. Now displays a message box when JSON string is not selected. ---- 1.17 ---- 1. Fixed dialog display issue, that occured in 1.16 release. ---- 1.16 ---- 1. Fixed bug - 3305433 do not find error on second try and do not build tree 2. Fixed a memory leak..was not deallocating memory allocated to json strings ---- 1.15 ---- 1. Fixed bug 3203739 "Unable to parse JSON Arrays" ---- 1.1 ---- 1. Fixed hotkey, now press CTRL+SHIFT+ALT+J(default). 2. Marks error position in JSON TODO: ===== 1. Add search feature on JSON 2. Work on improving JSON parser performance