Inspecting large JSON data in Chrome

后端 未结 4 557
你的背包
你的背包 2020-12-09 09:12

There is a page on my website that uses jquery AJAX to request JSON data from the PHP backend. I want to view the JSON returned to the browser, and is trying to do so using

4条回答
  •  Happy的楠姐
    2020-12-09 10:07

    To see the complete response:

    1. Navigate to Developer Tools > Network > the given response > Response tab.
    2. Right click (control-click on Mac) in the Response area > Save As

    Response > Save As

    Screenshot from Version 24.0.1312.57 on Mac.

提交回复
热议问题