I need one that will indent the json for ease of reading
The famous simple file editors - editplus , notepad++ - they all dont have json doc type.
There are a lot of online sites with built in viewer. I need an offline one.
10x.
I need one that will indent the json for ease of reading
The famous simple file editors - editplus , notepad++ - they all dont have json doc type.
There are a lot of online sites with built in viewer. I need an offline one.
10x.
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.
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.
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.
You can search in google for notepad++ json plugin... and one of the results => http://sourceforge.net/projects/nppjsonviewer/