JSON / CSV Converter

Options
JSON Input
CSV Output
JSON Examples

JSON to CSV Tips

• Input must be a JSON array of objects or a single object

• Nested objects can be flattened with dot notation keys

• Arrays within objects are converted to JSON strings

• All unique keys across objects become CSV columns