Inspect/

Query Translator

No network payload
Append
Expression⌘136 B
ResultReady

Your result will appear here

Run the current tool with . The payload stays inside the local worker.

Payload not persisted36 BUTF-8json-buf
Inspect · PROCESSED LOCALLY

What Query Translator does

Translate between JSONPath and the jq subset, with a note wherever the two dialects genuinely disagree.

Also searched as translate query, jsonpath to jq, jq to jsonpath, convert query, dialect, query converter.

01

Compile the expression to a shared token stream

02

Render it in the target dialect

03

Report constructs the dialects treat differently

Refusing beats approximating

Anything the shared token set cannot express is reported instead of translated. A silently wrong query is worse than one that will not convert.

QUESTIONS, ANSWERED

Query Translator FAQ

Does jsontools.me upload my JSON?

No. The document is parsed and processed by json-buf inside a dedicated WebAssembly worker on your device.

Does it work offline?

Yes. After the application shell and engine have loaded once, the installable PWA keeps the tools available without a network connection.