JSON to CSV

The online JSON to CSV converter can be used to quickly transform JSON to a CSV (comma-separated value) file. More.

We depend on ads to keep our content free for you.
Please consider disabling your ad blocker.

This is a client-side utility. Your data will NOT leave your own browser.
Copy shareable link is limited to 5,000 characters as it uses a client-side feature.

How it works?

JSON to CSV online: The online JSON to CSV converter can be used to quickly transform JSON to a CSV (comma-separated value) file.

See the examples of usage below.

Examples

JSON
[
  {
    "from": "Paul",
    "to": "Peter",
    "title": "Water bill",
    "body": "Do not forget the water bill!"
  },
  {
    "from": "Jessy",
    "to": "Jack",
    "title": "Party night",
    "body": "Come to the party tonight!"
  }
]
CSV
from,to,title,body
"Paul","Peter","Water bill","Do not forget the water bill!"
"Jessy","Jack","Party night","Come to the party tonight!"

Additional Resources

Looking for something else?

In case you are looking for something else than this functionality, please let us know by contacting us. The most common requests will be made available (for free) once possible.