Json viewer for mac [closed]
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
Solution 1:
You could use this add-on for Firefox : JSONView
Normally when encountering a JSON document (content type "application/json"), Firefox simply prompts you to download the file. With the JSONView extension, JSON documents are shown in the browser similar to how XML documents are shown. The document is formatted, highlighted, and arrays and objects can be collapsed. Even if the JSON document contains errors, JSONView will still show the raw text.
Solution 2:
jsonpretty for pretty-printing JSON at the command line.
sudo gem install jsonpretty
Solution 3:
You can use Jason as an offline app: http://www.macupdate.com/app/mac/35588/jason