Loading...
Convert JSON to CSV online for free. Transform JSON data to CSV format for spreadsheets. Handles nested objects.
Enter JSON array containing objects to convert
Set delimiter, handling for nested data, etc.
Transform JSON to CSV format
Save the CSV file for use in spreadsheet applications
Enter JSON array containing objects to convert
Set delimiter, handling for nested data, etc.
Transform JSON to CSV format
Save the CSV file for use in spreadsheet applications
JSON should be an array of objects with consistent keys. Example: [{"name":"John","age":30},{"name":"Jane","age":25}]
Nested objects can be flattened with dot notation (e.g., user.address.city becomes a column) or serialized as JSON strings within the CSV cell.
Yes, you can typically choose comma, semicolon, tab, or other delimiters.
All unique keys become columns. Missing values in some rows will be blank in CSV.