Converters / LING.TOOLS
CSV ↔ JSON
Convert quoted, multiline CSV data to JSON records and JSON arrays back to CSV.
Result
Ready when you are
Set up your input and run the tool. Your result will appear right here.
Private · Instant · LocalGUIDE & CONTEXT
About this tool
Supports RFC-style double-quote escaping and CRLF line endings. The first CSV row is treated as column names.
How to use it
- Choose CSV to JSON or JSON to CSV.
- Paste the data and convert; review types because CSV values are strings.
Example
name,age followed by Ada,36 becomes [{"name":"Ada","age":"36"}].