Convert JSON to SQL.
Drop a JSON file and get CREATE TABLE + INSERT statements, with column types inferred from the data. Nested objects and arrays are flattened into dot-notation columns — every value kept, structure not. Runs in your browser.
To convert JSON to SQL, drop or paste a JSON file — csvtodashboard parses it into rows and columns in your browser, then emits CREATE TABLE + INSERT statements, with column types inferred from the data. You get CREATE TABLE plus INSERT statements with column types inferred from the data and string values quoted and escaped. Nothing is uploaded; the whole conversion runs on your device.