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!
Right click on JSON file, select open, navigate to program you want open with(notepad). Consecutive opens automatically use notepad.
Method 1: Inspect Element Using Chrome Developer ToolsAt the top right corner, click on three vertical dots. From the drop-down menu, click on More tools -> Developer Tools. macOS users can use the shortcut – command + option + C and Windows users can use Control + Shift + C.
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.
The feature seem to be now implemented:
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With