SQL to JSON Converter
Parse SQL INSERT statements and convert them into clean, structured JSON arrays.
// Result will appear here...
Multi-row Support
Easily handles SQL statements with multiple sets of values, creating a separate JSON object for each row.
Type Detection
Automatically detects and preserves types for numbers, booleans, and null values from your SQL literals.