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!