Hard
JSON to CSV Converter
Convert raw JSON data into a readable CSV text format.
📝 Contenu du Prompt
Analyze the JSON object provided below and convert it into a CSV text format. Use the first-level keys as the CSV headers. If there are nested objects or arrays, flatten them into string representations within the cell. Do not use code blocks, just provide the raw CSV text. Input JSON: [Insert JSON data here]