About

JSON Online Viewer is a fast JSON tree visualizer. It is intended for small-to-medium sized JSON texts which are common in the online usage.

You can search the parsed JSON with the default browser search engine (Ctrl+F). Only visible part of the JSON tree would be searched. For searching the entire JSON, the tree must be expanded first.

There are two viewing modes: Text and Tree. If you paste a copied text to the Text mode, the JSON is automatically parsed, but you can also manually switch between the two modes. Each mode has its own buttons.

Text mode functions:

  • Tree mode (Alt+1) button shows the tree mode.
  • Sample (Alt+2) button puts a sample text into the text area.
  • Clear (Alt+3) button erases the text area.

Tree mode functions:

  • Text mode (Alt+1) button shows the text mode.
  • Expand all (Alt+2) button expands the entire tree. Be aware that when the JSON is too big this process might take a long time and slow the entire page!
  • Collapse all (Alt+3) button collapses the entire tree. The first level is then expanded.
  • Expand children (Alt+4) button expands all children of the selected element.
  • Collapse to parent (Alt+5) button collapses the selected element to its parent.
  • Copy key (Alt+6) button copies the key of the selected element, if possible.
  • Copy value (Alt+7) button copies the value of the selected element, if possible.

This website uses cookies for Google Analytics. If you don't want to allow this, you can disable cookies in your browser.

All input is processed locally (not by a server) and it is thus 100% safe and private.

Internal libraries used:

  • jQuery (license)
  • Bootstrap (license)
  • Font Awesome (license)
  • Toastr (license)

Check other viewers:

  • Text Online Viewer
  • XML Online Viewer
  • HTML Online Viewer

The favicon is from the Oxygen Icons set made by KDE (license)

The tree was inspired by Online JSON Viewer.

If you have any suggestions, please use the following contact email address:
contact email address

JSON Online Viewer

OnlineViewer.net