SQL to JSON Converter — free online
You have a few SQL INSERT statements from a database dump, and now you need that same data as JSON. Copying each row by hand and matching it to the column names is slow and easy to get wrong. We added a free tool that does it for you — SQL to JSON — right in your browser.
What it does
Paste your SQL INSERT statements and it reads the rows and turns them into a clean JSON array of objects. It picks up the column names so each value lands in the right field, and it handles several rows at once.
Nothing leaves your device
The whole thing runs in your browser. Your SQL is never uploaded to a server and nothing is saved anywhere. When you close the tab, it's gone.
How to use it
- Open SQL to JSON and paste your SQL INSERT statements into the box.
- The JSON array appears next to it as you go.
- Copy the result and drop it into your code or file.
It's free with no limit. There are more small tools on the Apps page.