New favorite tool – JSON Viewer
JSON is goodness for the browser, but I find it harder to read than XML (maybe I'm just used to the angle brackets??). I constantly find myself grabbing my JSON string out of the Firebug Console, pasting it into Visual Notepad ++ 9000 .NET™ (a.k.a. notepad.exe) and trying to visually parse it.
With the help of "The Google", I ran across a nice tool called JSON Viewer on CodePlex which does a great job of formatting JSON into something more readable. JSON Viewer comes in 3 flavors; standalone exe, vs.net visualizer and a plugin for Fiddler.
Now I can save my brain cycles for solving problems instead of parsing JSON J
jk