A useful JSON Prettifier, JSON Viewer

Today, I discovered this amazing resource in Google Chrome to help me with my API Calls. (yes, I use Postman and like it a lot, but this was an unexpected help)
JSON Viewer is a way to prettify your API calls in the browser! So no need to configure everything in Postman to understand it. I can see straight away in the browser if the page I'm looking at is at all interesting to me.
You see in the picture below what the API call looks like in Safari on the left, and what it looks like in Chrome on the right with the JSON Viewer extension.https://github.com/tulios/json-viewer
Thoughts?
Now that I know that this is the page I want, I can move this over to Postman to have in more of a "semi-permanent" state to remind of the structure while I'm coding, but I thought this extension was awesome for being able to quickly look at what the API call returns.