DevOnlineTools

SQL INSERT ↔ JSON Converter

Convert SQL INSERT INTO queries into JSON objects or transform JSON arrays into SQL INSERT statements.

devonlinetools://converters/sql-json-converter
⌘ + EnterRun / Format
Shortcuts Active
[
  {
    "id": 1,
    "username": "alex_dev",
    "email": "alex@company.io",
    "active": true
  },
  {
    "id": 2,
    "username": "sarah_m",
    "email": "sarah@design.co",
    "active": false
  },
  {
    "id": 3,
    "username": "john_doe",
    "email": "john@builder.org",
    "active": true
  }
]