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:

  1. Paste a JSON array of objects or SQL INSERT statements
  2. Choose the conversion direction (JSON → SQL or SQL → JSON)
  3. Click "Convert" to transform your data
  4. Copy the output for use in your database

JSON Input

SQL Output

Output will appear here.