Developer tool

CSV ↔ JSON

Convert CSV tables to JSON and back.

Output

[
  {
    "name": "Leda",
    "role": "tools"
  },
  {
    "name": "Ada",
    "role": "dev"
  }
]

Runs in your browser. Prefer not pasting production secrets into any online tool.

Back to all developer tools