QDevQDev
COMPARE

Why QDev, not a jq one-liner
or a paste-in-a-box site.

There are plenty of ways to look at JSON — the terminal, an online formatter, DevTools, your API client. Each is good at something. QDev is the one that opens any JSON, YAML, or TOON file automatically, shows it four ways, writes the jq for you when you ask in plain English, and never uploads a byte. Here's the honest comparison.

AT A GLANCE

Capabilities, side by side

full support · partial or limited · not available.

CAPABILITYQDevjq (CLI)Online viewersDevTools / nativeAPI clients
Opens files automatically
at any URL or file://
pipe by hand
paste / upload
URLs only
make a request first
Interactive visual tree
basic
Schema inference
Graph view
jq without knowing jq
you write it
Plain-English → jq
SQL over top-level arrays
Handles huge files
streams > 64 MB
streams
chokes
struggles
Data stays local — no upload
sent to their server
Works in-browser on any file
terminal only
no file://

The QDev column is the only one that's green all the way down — and the three rows about querying (jq without jq, plain-English → jq, SQL over arrays) are ones nothing else here does at all. See how the AI modes work.

01

jq on the command line

POWERFUL · SCRIPTABLE
✓ GOOD FOR
jq is superb: fast, streaming, and scriptable, it belongs in every pipeline and CI job. If you already know the syntax, nothing beats it for reproducible, automatable transforms.
▲ THE CATCH
The syntax is the barrier — .items | group_by(.k) | map({k: .[0].k, n: length}) is a lot to hold in your head for a one-off question. It's terminal-only, so there's no visual tree, schema, or graph, and you still pipe each file in by hand. QDev writes the jq for you from a plain-English question, runs it locally in WebAssembly, and shows the result on top of the data.
02

Online JSON formatters & viewers

ZERO INSTALL · BIGGEST RISK
✓ GOOD FOR
Paste-into-a-box sites are frictionless for a quick pretty-print, and there's nothing to install.
▲ THE CATCH
The catch is the one that matters most: you paste potentially sensitive data into a third-party website — tokens, PII, internal payloads, all leaving your machine to a server you don't control. They also fall over on large files and can't turn a question into jq. QDev renders in your own tab; the file never leaves it.
THE PRIVACY DIFFERENCE

Don't paste sensitive JSON into a random website.

When you paste into an online formatter, that data — auth tokens, customer records, an internal API response — is uploaded to a server you don't own. QDev is a browser extension: it renders the file inside your own tab, and the file never leaves it. The local AI modes send nothing at all; even hosted mode sends only a value-masked schema plus your question — never your values. Same convenience, none of the exposure.

Read the privacy model →
03

Browser DevTools & the native JSON viewer

BUILT-IN · QUICK PEEK
✓ GOOD FOR
Chrome DevTools and Firefox's built-in JSON viewer are right there and fine for a quick look at a small response at a URL.
▲ THE CATCH
They stay shallow: no schema inference, no graph, no jq, and only weak filtering instead of real search across keys, values, and paths. They also strain on big payloads and don't open a local file:// JSON file the way QDev does. QDev is the same four views — tree, raw, schema, graph — everywhere, on files of any size.
04

API clients (Postman & friends)

GREAT FOR REQUESTS
✓ GOOD FOR
Postman and similar clients are excellent at composing requests, auth, and environments — the response viewer is a bonus, not the point.
▲ THE CATCH
That response viewer is a basic tree: no schema inference, no jq or plain-English querying, no graph — and it isn't there when you simply open a JSON file in your browser. QDev is purpose-built for reading and querying JSON, wherever it lands.
Open a file. Ask a question. Nothing uploaded.

Free for personal use and source-available. Add QDev to your browser and every JSON, YAML, or TOON file you open just works.

QDevQDev

The JSON viewer that answers back. Free for personal use, on Chrome and Firefox.

PRODUCT
RESOURCES
ACCOUNT
Source-available · zero-retention by default · your data stays yours
PrivacyTerms© 2026 qdev