Paste one or more SQL INSERT statements and get a clean JSON array back. It reads the column list and values — handling quoted strings, numbers, NULL and booleans — and keys each row by column name. Parsed entirely in your browser.
SQL to JSON Converter is a quick, no-nonsense developer utility that runs entirely client-side, so your code and data never leave your machine.
INSERT ... VALUES, with or without a column list, including multiple value rows and multiple statements.
Quoted text becomes strings, NULL becomes null, TRUE/FALSE become booleans, and numbers become numbers.
No — parsing happens in your browser.