← back
JSON → SQL
offline
JSON to SQL
Convert JSON to INSERT statements or CREATE TABLE.
JSON Input (array of objects)
[{"id":1,"name":"Alice","email":"alice@example.com","active":true},{"id":2,"name":"Bob","email":"bob@example.com","active":false}]
Table:
INSERT
CREATE TABLE
Copy SQL
SQL Output