Is there a convenient tool for viewing/analyzing JSON responses? Is there a convenient tool for viewing/analyzing JSON responses? json json

Is there a convenient tool for viewing/analyzing JSON responses?


When not using Firebug in Firefox, I've used JsonViewer and pasted in my JSON text.


Use the javascript developer window in Google Chrome. You can drill down into any objects.

Just type e.g. "JSON.parse(your_json_string)" and click away!