All Tools
1049+ free tools

JSON Tree Viewer

Explore the structure of a JSON document as a tree, with type annotations.

$: object[object]
user: object[object]
name: "Alice"[string]
tags: array[array]
tags[0]: "a"[string]
tags[1]: "b"[string]
n: 42[number]

Related data tools

CSV to JSON
Convert CSV data into a JSON array of objects.
JSON to CSV
Convert a JSON array of objects into CSV format.
CSV to TSV
Convert comma-separated values to tab-separated values.
TSV to CSV
Convert tab-separated values to comma-separated values.