SQL to JSON Converter
Convert SQL INSERT statements to a clean JSON array instantly. Supports single and multiple INSERT statements. Free, browser-based.
📊 Data & CSV Tools
Free
Browser-based
Supported INSERT Syntax
| Syntax | Example |
|---|---|
| Single row | INSERT INTO t (a,b) VALUES (1,'x'); |
| Multiple statements | One INSERT per line |
| Multi-row INSERT | INSERT INTO t (a) VALUES (1),(2),(3); |
| Backtick columns | INSERT INTO t (`a`,`b`) VALUES… |