The Editor View allows you to dynamically fetch, view, and edit JSON data from an external URL.
https://jsonviewer.tools/editor?jsonurl=<yourjsonurl>
<yourjsonurl>
with the URL of your JSON file.The Widget View allows you to generate an embeddable graph visualization from your JSON URL.
https://jsonviewer.tools/widget?jsonurl=<yourjsonurl>
<yourjsonurl>
with the URL of your JSON file.To embed the graph, use the following iframe:
<iframe
src="https://jsonviewer.tools/widget?jsonurl=<yourjsonurl>"
width="100%"
height="500px"
frameborder="0"></iframe>