Converts a CSV file's content into a JSON array of objects, using the first row as property names. Handles quoted fields containing commas, empty values, and numeric type detection. Supports comma, semicolon, and tab delimiters.
Turn spreadsheet data into a JSON array ready for APIs or JavaScript applications. To go the other way, use the JSON to CSV converter.
Basic CSV
Input
name,age,city Alice,30,London Bob,25,Paris
Output
[{"name":"Alice","age":30,"city":"London"},{"name":"Bob","age":25,"city":"Paris"}]Flatten a JSON array of objects into a CSV spreadsheet.
Beautify, minify, and validate JSON with syntax highlighting.
Format and validate CSV data with custom delimiter options.
Convert YAML configuration to JSON format.
Convert XML documents to a JSON representation.
Convert Markdown to HTML instantly.