Chrome Extention for Beautifying JSON Data

JSON (JavaScript Object Notation) is one of the favorite format used for passing data around the internet. Its commonly used formats with APIs. We receive API Responses as JSON data.

The JSON data that directly received may be difficult to read. So we can prettify JSON for making it easy to understand.

The Google chrome extension app that pretifys the JSON is JSON Viewer Pro

JSON Viewer Pro – Download

JSON Viewer Pro is an amazing Chrome extension that helps to easily beautify the JSON responses we receive.

It has the following functionalities:

  • Prettify API response data
  • Visually represent JSON with a chart
  • Depth traversing with breadcrumbs
  • Cool UI .. etc

How to use JSON Viewer Pro to Pretify JSON data

It is very easy to use the JSON Viewer Pro. Just install the chrome extension, thats it. Once we install the extension then it will automatically start working. Next time when we get a response it will be automatically beautified. You can see it below.

Normal JSON response,

JSON reponse after beautifying,

Tree Structure View

About the Author: smartcoder

You might like

Leave a Reply

Your email address will not be published.