often.cloud
source
Theme
← all tools
JSON → CSV
Formatting
Flatten an array of objects (or a single object) to CSV with custom delimiter.
JSON (array of objects or single object)
[ {"name": "Alice", "age": 30, "city": "NYC"}, {"name": "Bob", "age": 25, "city": "LA"} ]
Delimiter
Header row
Flatten nested objects
CSV
Copy
name,age,city Alice,30,NYC Bob,25,LA