Search code examples
jsongoogle-chromedebugginggoogle-chrome-devtools

Searching inside a JSON object in Google Chrome DevTools


I love Google Chrome's DevTools. But, when debugging I sometimes need to search for a particular property or value in a JSON request/response object (within a request/response in the "Network" tab). This can be tedious if the JSON object is large. Do the DevTools support such a search?

In the example below, I was hoping that searching for "new_user" would highlight the property in the JSON object shown.


UPDATE: Since this question was asked, this functionality has been added to Chrome!


Solution

  • No existing functionality to search the json tree view. You can file a new issue in the issue tracker to see if it could get added.