Search code examples
ajaxgoogle-chromefirebug

Possible to view JSON data from AJAX load


I just wonder if it possible to use tools like Chromes inspector or Firefox Firebug to view JSON data that has been loaded with AJAX?

I have searched, but I can't find any info about this. I also looked inside the Network tab in Chrome, but without any progress.

It would be interesting to be able to view this data, or is this made impossible due to some security issue?


Solution

  • You can view the 'response' and 'preview' in chromes Network Tab. If the request returns JSON data then the preview tab automatically formats it for you.

    enter image description here