Json Web Viewer
All tools

Release notes

What changed in each release, in plain terms. Every version runs entirely in your browser.

v0.16.2 — 2026-09-14

The Base64 tool and the JSON editor now hand work to each other, and the Base64 site explains — in checkable terms — what it does with your data.

v0.16.1 — 2026-09-09

A second tool joins the site.

v0.16.0 — 2026-09-09

Graph mode gets the look it should always have had, and stops making you convert your data by hand before you can see it.

v0.15.0 — 2026-09-03

The graph becomes something you can interrogate, not just look at — click any node to inspect it — and the two image buttons in the graph toolbar both work properly for the first time.

v0.14.1 — 2026-08-31

A fix for the graph opening too small to read on larger documents.

v0.14.0 — 2026-08-30

The graph gets its own page, a new look, and full control over which way it flows.

v0.13.0 — 2026-08-20

JSONPath joins the query languages, the tree explains more about what a value means, and CLI redaction gets more precise. Plus two real fixes: a deeply nested document no longer breaks queries, and generated types for a few languages no longer silently overflow on a very large number.

v0.12.0 — 2026-08-17

A correctness and safety release. Two ways a large document could freeze the tab are gone, an undo bug that could swallow your own typing is fixed, and the secret scanner now works from the command line.

v0.11.0 — 2026-08-14

The privacy release. Find the secrets hiding in a document — or in a network capture — and replace them with stand-ins that keep the document readable.

v0.10.0 — 2026-08-14

The release that answers a question the tools could not answer before: not "what is this value?" but "is this value normal?"

v0.9.0 — 2026-08-10

The release that brings JSON Join onto this site, teaches the command-line tool and the MCP server to explain JWT claims, and makes the mode switcher readable by screen readers.

v0.8.2 — 2026-08-10

The release that fixes this very page: production had been quietly running newer code than its own footer and release notes claimed, for two versions in a row, and this closes the gap for good rather than patching the symptom again.

v0.8.1 — 2026-08-10

The release that turns on real search-visibility measurement — no new feature, just making the site findable.

v0.8.0 — 2026-08-10

The release that adds jq — the query language most people actually know — alongside the existing one.

v0.7.0 — 2026-08-10

The release that makes the new design the default for everyone, and adds a single page listing every tool in one place.

v0.6.0 — 2026-08-10

The release that split the app into a real package (a jwv command-line tool and an MCP server for AI-assistant integration), added JSON Patch generate/apply and Excel/NDJSON support, and opened five more landing pages — while deliberately leaving jq and the finalized new design for a later release.

v0.5.0 — 2026-08-07

The release that made undo/redo trustworthy everywhere, closed out menu keyboard navigation and a toolbar/UI consistency pass, and gave the query language a no-code wizard and real cancellation.

v0.4.0 — 2026-08-05

The release that made it a spreadsheet query tool and a schema validator, and finally gave graph mode room to fail safely instead of freezing the tab.

v0.3.0 — 2026-08-03

The release that made it a spreadsheet, a diff tool, and a code generator, not just an editor.

v0.2.0 — 2026-08-01

The release that made it a real editor rather than a formatter.

v0.1.0 — 2026-08-01

First production baseline: the two-panel editor, syntax-highlighted text mode, format/compact, live validation with click-to-jump errors, undo/redo, and open/save from disk.