Skip to main content
DevToys
Converters

JSON ↔ CSV

Convert between JSON arrays and CSV

Conversion workspace

JSON CSV

Input
JSON
Output
CSV
How to use / Notes

How to use

  1. Paste a JSON array or CSV into the input.
  2. Toggle the direction (JSON→CSV or CSV→JSON).
  3. Review the result, then copy or download it.

Notes

  • JSON is expected to be an array of objects; nested values may be stringified.
  • Missing fields or differing key orders can shift columns.