SQL to JSON Converter

SQL Tools

Turn INSERT statements or result tables into JSON records.

Runs entirely in your browser โ€” nothing is uploaded

Features

  • Parses INSERT statements or pasted result grids.
  • Types numbers, booleans and NULL correctly instead of stringifying them.
  • Array of objects or newline-delimited JSON output.
  • Handles multi-row inserts and quoted identifiers.

How to use the SQL to JSON Converter

  1. 1Paste INSERT statements or a result table.
  2. 2Pick the output shape.
  3. 3Copy the JSON.

Frequently asked questions

How are NULLs represented?

As JSON null, not the string "NULL", so round-tripping the data keeps its meaning.