Convert JSON data into CSV format instantly.
JSON (JavaScript Object Notation) is a popular data format used for APIs and web applications.
[ { "name": "alex", "age": 28 } ]
Example output:
name,age alex,28