Make WordPress Core

Changes between Initial Version and Version 1 of Ticket #41998, comment 3


Ignore:
Timestamp:
09/27/2017 12:43:22 AM (7 years ago)
Author:
Viper007Bond
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #41998, comment 3

    initial v1  
    77> @Viper007Bond  I've had great luck with browser extensions for viewing JSON, such as [https://chrome.google.com/webstore/detail/json-viewer/gbmdgpbipfallnflgajpaliibnhdgobh JSON Viewer] for Chrome, which in addition to the pretty printing, lets you collapse/expand parts of the object tree.
    88
    9 A similar feature is built into Firefox Developer Edition which I use but I also use the REST API client in my code editor (PHPStorm) which sadly just displays the raw response (although I can click a few times and get it formatted). Passing authorization headers and POST data can be a pain in the browser.
     9A similar feature is built into Firefox Developer Edition which I use but I also use the REST API client in my code editor (PHPStorm) which sadly just displays the raw response (although I can click a few times and get it formatted). Additionally passing authorization headers and POST data can be a pain in the browser.