Debugging JSON using Chrome's Dev Tools Debugging JSON using Chrome's Dev Tools json json

Debugging JSON using Chrome's Dev Tools


If what you really want is to browse this result set in a convinient way, just install one of JSON viewers for Chrome (preferably JSONView).

If you don't want to install any plugins, just run this:

JSON.parse($('.webkit-line-content').innerHTML);

in the console on page:

view-source:https://search.twitter.com/search.json?q=stackexchange


You can use console.debug() function in chrome console tab.example:

console.debug(results)