Does anyone know a good free Json viewer for mac? I just want to be able to see the data organised a bit better then one long piece of text
|
You could use this add-on for Firefox : JSONView
|
|||
|
|
|
jsonpretty for pretty-printing JSON at the command line.
|
|||
|
|
|
You can use Jason as an offline app: http://www.macupdate.com/app/mac/35588/jason |
|||
|
|
|
If you use TextMate, there is a / are JSON.tmbundles available, such as this one. |
|||
|
|
|
If all you need is to be able to paste in text and see it prettily formatted with some basic "roll-up" functionality, try http://json.parser.online.fr/. Update: While trying out Olivier's new beta I responded to a feedback prompt, noting the lack of "roll-up" behavior for unnamed objects and arrays. He emailed me the next morning to say that he'd gone ahead and implemented that right away. Awesome! |
||||
|
|
If you don't mind check hitting the web, check out JSONLint. It validates and makes your JSON "pretty". You may want to consider other solutions for larger documents as this is not really scalable. |
||||
|
|