Convert HTML Table to JSON.
Drop an HTML table and get a typed JSON array of objects — numbers stay numbers, booleans stay booleans, empty cells become null. It all runs in your browser — no signup, no upload, no watermark.
To convert HTML Table to JSON, drop or paste an HTML table — csvtodashboard parses it into rows and columns in your browser, then emits a typed JSON array of objects. Numbers, booleans and blank cells become real JSON numbers, booleans and null — not quoted strings — though dates stay as ISO text since JSON has no date type. Nothing is uploaded; the whole conversion runs on your device.