can you recommend me a json viewer application? [closed]
Solution 1:
I have used JSON Viewer, it works nicely and is lightweight. However it's really down to your taste or whether you require some specific features. It's probably worth it to take a look at some screenshots of several different ones first.
Solution 2:
The Notepad++ plug in NPP JSON Viewer worked well for me too, it is a little slow with large amounts of data, but does a good job of formatting long JSON strings and displays a structured tree of the data for click through navigation. It would be nice if the tree was searchable, but unfortunately it is currently not.
Solution 3:
I have been using the jsmin pluggin which has both JSON viewer and JSON formatter. No problem opening 20MB of data. You can hilight a single json line and Alt+Ctrl+M to format just one line, or you can format the entire file.
http://www.sunjw.us/jsminnpp
Solution 4:
You can search in google for notepad++ json plugin... and one of the results => http://sourceforge.net/projects/nppjsonviewer/