
JSON is used primarily to transmit data between a server and web application, as an alternative to XML.
JSON (JavaScript Object Notation) has become the format of choice for APIs on the web today, but raw JSON data is not easily understandable when you are working specifically with lot of server generated data. JSON data is rarely organized like a table, and sometimes some extra tools are necessary to present this data in a more beautiful readable format for we humans.
What we have now and what we want to do
Existing Raw Data
JSON in a human readable format
Visual Enhancer Tools for JSON (Raw JSON data viewer)
Here comes to our rescue some quick tools to enhance JSON data visually.
jsonviewer.stack.hu
konklone.io
There is an interesting option here. The JSON output will also appear as a table, which you can download as CSV file.
bodurov.com
You can also download this for any operating system.
Chrome – Json Formatter
Firefox – JsonView
Conclusion
You can give them a try. If you find/know about some more tools for prettifying JSON, please let us know in your comments below. Also share your thoughts, on which one you think is more useful.
One Comment
Another alternative free tool to format the indent of your JSON text so it can be read easily.
https://bytutorial.com/web-tools/json-formatter