data_objectCSV Tooling

CSV to JSON

Convert a CSV file or pasted CSV text to JSON, with optional dotted-key nesting and per-field type-coercion exceptions.

201 chars · 4 lines

First line is treated as the header. Use dotted keys (address.city) to build nested objects.

JSON output0 chars