JSON Tree Viewer
JSON Tree Viewer is an online tool that will convert your raw json data into a readable tree view structure. JSON which stands for - JavaScript Object Notation is a data format that resembles a tree, with subbranches that can be nested within parent branches. This tool is ideal if you have raw object or array data that you want to examine in a structured tree view. With this tool, you'll also be able to expand and collapse each node, as well as mark all or individual nodes to make it easy to find. To start, just copy your raw JSON data into the area below.
How to Use?
The JSON Tree Viewer is an ideal tool to use when you need to view your JSON data in a structured tree like interface.
- Simply paste your raw JSON data into the field above and click on 'JSON Tree View'.
- Once we have done that, you can now click 'Find and Mark' to find specific tree nodes.
- Copy the code to the clipboard by clicking on 'Show Source' and the 'Copy'
- You can also mark and unmark individual node labels by holding alt key down and clicking on the node.
- If you would like to see the JSON Path of the node, hold down shift key and click on the node.