🧰 FreeTools

JSON to CSV

Convert JSON array to CSV format. Extracts keys as headers and values as rows.

JSON55 chars
CSV
name,age
John,30
Jane,25

Frequently Asked Questions

What JSON format is expected?

An array of objects, e.g. [{key:value}, ...]. The keys of the first object become CSV headers.

Share:

Related Tools