SQL to JSON & JSON to SQL Converter Online

Convert SQL INSERT statements or result sets to JSON and vice-versa.

SQL INSERT

JSON Array

Frequently Asked Questions

Currently, the tool supports standard `INSERT INTO` statements. It parses the column names and values to generate a JSON array of objects.
Yes! Paste a JSON array of objects, and the tool will generate a corresponding `INSERT INTO` statement using the provided table name.
The tool attempt to detect numbers and booleans. String values are wrapped in single quotes for SQL and double quotes for JSON.