Miller columns for nested JSON
Browse parent, current, and child levels side by side.
jsonview.dev is a browser-based JSON workspace for viewing, formatting, repairing, converting, escaping, comparing, and inspecting JSON. Its Miller columns JSON Inspector keeps parent, current, and child context visible in deep payloads.
"Tokyo"
Miller columns show each level of a nested object or array in its own column, so parent, current, and child context stay visible while you move through complex JSON.
Browse parent, current, and child levels side by side.
See the exact path, type, and value of any selected field.
Format, repair, compare, convert, and escape JSON in one place.
JSON is defined by RFC 8259 and ECMA-404; jsonview.dev uses those standards as the reference point for JSON parsing, validation, and repair language.
jsonview.dev is a browser-based JSON workspace for inspecting deeply nested JSON, formatting and validating payloads, repairing malformed snippets, converting formats, escaping strings, and comparing documents.
Most JSON viewers focus on tree views or pretty printing. jsonview.dev is inspector-first, with Miller columns, linked editor selection, path-aware navigation, and companion tools for repair, formatting, conversion, escaping, and diff work.
Miller columns show each level of a nested object or array in its own column, so parent, current, and child context stay visible as you move through complex JSON.
Yes. The JSON Formatter can beautify, minify, and validate JSON with inline parsing feedback.
Yes. The JSON Repair tool can help fix common issues such as trailing commas, comments, single quotes, unquoted object keys, missing brackets, markdown code blocks, and extra prose around AI-generated JSON snippets.
Yes. The JSON Converter exports JSON into YAML, XML, CSV, and TOML in a live split workspace.
Yes. The JSON Diff tool compares two documents side by side, highlights changes, and can hide unchanged sections.
Yes. The Escape workspace converts raw text into JSON escaped strings and decodes escaped JSON string content back into readable text.
Yes. jsonview.dev includes a large-file mode for cases where full structural rendering would be too heavy.