JSON Viewer | How it works?

  1. Write/Paste your JSON string in left area of the website.
  2. Tool will show you formatted JSON in right side of the website in realtime if it's a valid JSON string, if it's an invalid JSON string then tool will throw the exception.
  3. Click Save & share to generate unique URL to access JSON string on any device

URL will look something like this:

onlinejsonviewer.dev/{unique_key}
onlinejsonviewer.dev/{unique_key}.json

When you edit any stored JSON string, tool will save the edited JSON on seprate link.
So your URL will look something like this,

onlinejsonviewer.dev/{unique_key}/{version}
onlinejsonviewer.dev/{unique_key}/{version}.json

Here {version} denotes the version number of the stored JSON string,
just like the normal URL version URL which ends with .json will return the output with application/json content type.

« Back to homepage