JSON to CSV

Convert JSON data to CSV format

Category

JSON Tools

How to Use

  1. Paste JSON data (object or array) in the input area
  2. Click "Convert"
  3. Results are shown as a table and CSV text

Examples

  • Convert JSON array

    Input: [{"name":"Alice","age":30}]

    Output: name,age Alice,30

FAQ

Does it support nested JSON?
Yes, nested objects are flattened to dot-separated column names, e.g. address.city.

Related tools