Zenixbase
Open app

Convert JSON to a Markdown table

Paste a JSON array and turn it into a Markdown table. Arrays of objects use one column per key (the union of all keys); arrays of values become a single column. Choose the column alignment — the result is saved privately in your account.

No sign-up needed — runs instantly in your browser.

How it works

  1. 1Paste your JSON array
  2. 2Pick the alignment, then press Run
  3. 3Download the Markdown or find it in your files

Frequently asked questions

What JSON shape is expected?
A top-level array — either of objects (one row each, columns from the keys) or of plain values (a single-column table).
How are nested objects shown?
Nested objects and arrays are written into the cell as compact JSON, with pipes escaped so the table renders.

Related tools