JSON ↔ SQL Converter
Convert a JSON array to CREATE TABLE + INSERT statements, or parse INSERT statements back into JSON. Runs entirely in your browser.
How to use:
- Paste a JSON array of objects or SQL INSERT statements
- Choose the conversion direction (JSON → SQL or SQL → JSON)
- Click "Convert" to transform your data
- Copy the output for use in your database
JSON Input
SQL Output
Output will appear here.