Sql To Json

Parse simple SQL INSERT INTO statements into JSON rows.

Support
Works Offline
Privacy First
No Login
No API

SQL input

JSON output

About the Sql To Json

Paste one or more INSERT INTO statements and extract the column values into a clean JSON array of row objects — handy for turning database seed scripts into fixtures.

Examples

Single insert

INSERT INTO users (id, name) VALUES (1, 'Ada');

Output

[{"id":1,"name":"Ada"}]

Keyboard shortcuts

  • Copy the main outputCtrl / ⌘ + Shift + C
  • Download the resultCtrl / ⌘ + S
  • Share this toolCtrl / ⌘ + Shift + S
  • Reset the inputsAlt + R
  • Open the tool search paletteCtrl / ⌘ + K

Related tools

Frequently asked questions

Read more

Version 1.0.0 · Updated 2026-08-06 · Runs entirely in your browser