CONVERT/DATA
CSV to JSON
Parse CSV rows into structured JSON with header keys.
[
{
"name": "Alice",
"age": "30",
"city": "NYC"
},
{
"name": "Bob",
"age": "25",
"city": "LA"
}
]Related tools
All →CONVERT/UNIT
Unit Converter
Convert length, mass, volume, and time.
CONVERT/DATA
JSON to CSV
Flatten JSON arrays into CSV with header detection.
CONVERT/TIME
Timestamp Converter
Convert between Unix timestamps and ISO 8601 dates with relative time.
CONVERT/DATA
YAML ↔ JSON
Convert between YAML and JSON with error reporting.