JSON to CSV

Turn a JSON array into a spreadsheet-ready CSV file.

How it works

The converter detects all object keys, creates the header row, and escapes commas, quotes and line breaks according to RFC 4180.

Example