Does this tool execute SQL queries?
No. The tool never connects to a database or executes SQL. It only parses pasted result rows, uploaded tabular data, or simple INSERT SQL text locally in your browser.
Convert SQL query results, tabular exports, and simple INSERT SQL into typed JSON with editable column mapping, manual nesting, and local-only browser processing.
No. The tool never connects to a database or executes SQL. It only parses pasted result rows, uploaded tabular data, or simple INSERT SQL text locally in your browser.
V1 supports result-row inputs such as CSV, TSV, pipe-delimited text, MySQL-style result tables, psql-style result tables, and simple INSERT INTO ... VALUES statements. Full SELECT query parsing is out of scope for this release.
Yes. The default output stays flat and predictable, but you can switch to grouped output and explicitly choose parent keys, child keys, and child columns to assemble nested collections.
Yes. The mapping grid lets you include or exclude columns, change the output key path, and override detected value types before copying or downloading the JSON.
No. All parsing, mapping, nesting, and JSON generation happen locally in your browser. No data is uploaded or stored.