Convert JSON data to CSV format for easy import into spreadsheets and data analysis tools.
The JSON must be an array of objects where each object represents a row and object properties represent columns. All objects should have the same structure for best results.
Currently, nested objects are converted to strings. For complex nested data, consider flattening your JSON structure before conversion.
The converter uses the properties from the first object as column headers. Missing properties in subsequent objects will result in empty cells.