JSON to SQL Converter

Convert JSON to SQL INSERT statements for database import

JSON Input

json
Ln 1, Col 1
1
2
3
4
5
6
7
8
9
10

Output

sql
Ln 1, Col 1
1
2
3
4
5
6
7
8
9
10