📊 Enter SQL INSERT Statements
Size: 0 Characters
📄 JSON Output:
Size: 0 Characters
💡 How to Use the SQL to JSON Converter
1. Paste your SQL INSERT INTO ... VALUES (...)
statements into the input field.
2. The converter will extract the data and format it as a JSON array of objects. The first `INSERT` statement’s column names will be used as JSON keys.
3. If “Auto Convert” is checked, the JSON will appear instantly. Otherwise, click “Convert to JSON”.
4. Click “Copy JSON” to copy the output to your clipboard.
5. “Clear” will empty the text areas.
Note: This converter provides a simplified parsing for `INSERT` statements and may not handle all complex SQL syntax or data types. It assumes single quotes for string values.