Convert JSON to SQL INSERT statements
Paste a JSON array of objects and get one SQL INSERT statement per row,
ready to paste into psql, the MySQL client or SQL Server. Choose your dialect to
get the right identifier quoting, and missing keys are filled with NULL so
sparse data still lines up to the right columns. Booleans become TRUE / FALSE
and numbers stay unquoted.
Everything runs locally in your browser — nothing is uploaded, which makes it safe for confidential data and exports.