AnkhKit

Convert JSON to CSV Online

Runs 100% in your browser — your files never leave your device.

Spreadsheet tools and BI dashboards want CSV; your data arrives as JSON. Paste an array of objects and get a proper CSV: columns are the union of every key in first-appearance order, missing values become empty cells, and nested values are serialized as JSON strings. Everything converts locally in your browser.

How it works

  1. 1

    Paste your JSON

    An array of flat objects works best, like [{"name": "Ada"}, {"name": "Grace"}].

  2. 2

    Read the CSV

    Columns appear in the order keys first occur; values needing quotes get them automatically.

  3. 3

    Copy or download

    Copy the CSV text or download it — ready for Excel or any import.

More data converters