Sql To Json

Parse simple SQL INSERT INTO statements into JSON rows.

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"}]

Related tools

Frequently asked questions

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