![]() |
VOOZH | about |
JSON ( JavaScript Object Notation) is a lightweight data exchange format that is easily readable writable and easy for machines to parse and generate. We need to view it in a formatted way to make it more readable and understandable. In this article, we will understand how to view formatted JSON in the Microsoft Edge web browser.
Table of Content
Microsoft Edge comes with a built-in feature that allows you to view formatted JSON. Follow the steps :
Step 1: Open a new tab or window in Microsoft Edge
π ezgifcom-video-to-gif(27)
Step 2: Type a URL that returns JSON data in the address bar (Find some dummy files here) and Microsoft Edge detects the returned data is JSON and automatically formats it.
Step 1: Open the JSON file with Error on Edge and Go to Console tab on Developer tools to check the Error
Note : Sometimes you may need to enable JSON Formatter going to this link to view the formatted JSON data.
1. View as Text (The above Method is the example):
Example : The above mentioned steps is the good example.
2. Use Developer Tools:
Example : Open some site requesting for JSON data (Filter using Fetch/XHR tab). Here is the example with jsonviewer.stack.hu opening online JSON file.
3. Online JSON Viewer:
Example : Loading https://microsoftedge.github.io/Demos/json-dummy-data//64KB.json on jsonviewer.stack.hu.
Formatted JSON in Microsoft Edge is a handy feature for web developers and anyone working with JSON data. It improves the overall experience of inspecting and understanding the structure of JSON objects. We learnt to make JSON data more accessible and save time in the process so that if you find yourself in need of inspecting JSON in Microsoft Edge these steps will make your development journey smoother.