I am curious which tools people use for inspecting the JSON results when calling API methods from their browser. I am using Google Chrome, and it displays results such as this for the stats method:
{ "statistics": [ { "total_questions": 682747, "total_unanswered": 105271, "total_answers": 1916396, "total_comments": 2688168, "total_votes": 6739944, "total_badges": 690870, "total_users": 243636, "questions_per_minute": 1.81, "answers_per_minute": 3.81, "badges_per_minute": 1.51, "api_version": { "version": "0.8", "revision": "1.0.1234.5678" } } ] }
Pretty hard to read and interpret those results... what can I use to make testing/exploring easier?