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.
Compile the expression to a shared token stream
Render it in the target dialect
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.
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.