Chrome Extension for rendering JSON response from a REST APi in an HTML table for easy reading
If you deal with a lot of REST APIs that return JSON response, you will like this extension. Most of the times, JSON responses tend to get very long and tedious to visually find the data you are looking for as the response comes in a long string. This simple extension is created to render any JSON response in HTML format for easy viewing.
Here are some of the core features of this extension.
* Render current page content (if it is a JSON) as HTML table
* Render all of the JSON or a child element
* Copy the HTML table into clipboard
* Reformat the JSON object for easier reading
* Modify the current page URL and fetch content again
* Save the URL to your local storage for easier access next time