views:

1076

answers:

6
+3  A: 

Have you tried this?

http://jsonformat.com/

Bob
+2  A: 

I use http://curiousconcept.com/jsonformatter to format computer generated jsons. It makes it much readable.

Turambar
+1  A: 

Remember that JSON is just a Javascript Object Literal with fancy clothes. You should be able to use any Javascript Beautifier to clean it up.

Alan Storm
+4  A: 

You can download http://www.thomasfrank.se/json_editor.html and run it locally on your own data, although it is an editor rather than a formatter.

http://www.jsonlint.com/ is also a useful validation and reformatting tool.

mpd
A: 

If you need a desktop json editor i could prefer JSONpad (JSON Editor/Viewer/Formatter for Adobe Air Runtime)

http://www.jsonpad.co.cc

Chris
+1  A: 

On windows I go for: http://jsonviewer.codeplex.com/

Handy for pulling raw JSON responses from Firebug and parsing it for me.

Ray Leyva
Great! Works on Linux too (using Mono).
jpalecek