convert JSON to CSV with real column control

JSON to CSV free, no upload, no row limits: nested keys become columns, you choose which ones make the cut, and the export streams - a 5 GB NDJSON log converts on a laptop.

how to use it

  1. Drop .json or .ndjson - keys become columns straight away.
  2. Flatten nested objects into dot-notation columns if you need them.
  3. Drop, rename, and reorder columns until the shape is right.
  4. Export csv. If it is going into Excel, open csv options first - delimiter, line endings, and the UTF-8 BOM that keeps accents intact all live there.

every tool in the box

Like every unfckr tool, this runs 100% in your browser: no upload, no servers, no signup, no analytics. A Content-Security-Policy header blocks every programmatic network channel, so not even malicious code could phone home - and you can watch it happen: the privacy page runs six live escape attempts and shows the browser refusing each one.

↑ back to the tool