object
{7}
id
:
1001
type
:
donut
name
:
Cake
description
:
http://en.wikipedia.org/wiki/Doughnut
price
:
2.55
available
{2}
store
:
42
warehouse
:
600
topping
[5]
0
{2}
id
:
5001
type
:
None
1
{2}
id
:
5002
type
:
Glazed
2
{2}
id
:
5005
type
:
Sugar
3
{2}
id
:
5003
type
:
Chocolate
4
{2}
id
:
5004
type
:
Maple

data_object JSON Viewer
Categories → Dev Tools

What is JSON viewer?

This JSON data viewer is a simple tool that display your JSON data in tree view with syntax highlighting, clickable links and collapse, expand of child nodes.

How to use JSON Viewer?


  1. Enter a JSON data URL in the URL box above.
  2. You can also paste/type a manual JSON docoument text into the textarea.
  3. JSON data in tree format will be automatically generated if there are no errors in parsing or fetching.
  4. You can collapse and expand the child nodes in this JSON viewer.
  5. When you use the JSON from URL function, the textarea (Manual JSON input) will be disabled.
Note: We do not store any data, as everything is done within the web browser.