JSON to CSV
Flatten a JSON array of objects into spreadsheet rows — the keys become the header. It works best when each row has the same shape; missing fields become empty cells, and nested objects or arrays are stringified because CSV is flat by nature.