JSON数组转CSV表格下载
The tool expects a JSON array of objects. Each object becomes a row, and each key becomes a column header.
Nested objects are flattened with dot notation (e.g., address.city becomes a column). Arrays are serialized as JSON strings.
Yes, you can use comma, semicolon, tab, or pipe as the column delimiter.