48

I need one that will indent the json for ease of reading

  1. The famous simple file editors - editplus , notepad++ - they all dont have json doc type.

  2. There are a lot of online sites with built in viewer. I need an offline one.

10x.

marc_s
  • 732,580
  • 175
  • 1,330
  • 1,459
Bick
  • 17,833
  • 52
  • 146
  • 251

4 Answers4

24

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.

Mike Kwan
  • 24,123
  • 12
  • 63
  • 96
10

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.

Murray Foxcroft
  • 12,785
  • 7
  • 58
  • 86
9

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

Sun Junwen
  • 1,068
  • 10
  • 20
charles_lim
  • 91
  • 1
  • 1
5

You can search in google for notepad++ json plugin... and one of the results => http://sourceforge.net/projects/nppjsonviewer/

thinklinux
  • 1,287
  • 9
  • 13
  • 1
    strangely enough - it installed but doesnt do anything – Bick May 16 '11 at 11:03
  • view the readme file. "Select JSON fragment and navigate to plugins/JSON Viewer/show JSON Viewer or press "Ctrl+Alt+Shift+J". You have to select some JSON string – thinklinux May 16 '11 at 11:13