Result appears here after you select
{ } How to use
- Paste a JSON array of objects.
- Select Process, then copy the Markdown.
{ } How it works
JSON to Markdown Table works on the text you provide. Select Process ▸ and it runs entirely in your browser — nothing is uploaded to a server — then shows the result in the Output panel.
Input
- JSON array — paste or type your input in the left panel (use Sample for an example)
Output
MD text — copy or download it from the Output panel.
{ } Common uses
- Drop a data table into a README, an issue or a pull-request description.
- Turn an API response into something reviewable in a document.
- Publish a small dataset where only Markdown renders.
{ } Limitations
- A pipe inside a value is escaped and a line break becomes a space, because a Markdown table row cannot span lines.
- The columns are the union of every object’s keys, in the order they first appear, and there is no alignment row to configure — every column is left-aligned.
- A value that is an object or an array is written into the cell as JSON text.
{ } FAQ
Is my data uploaded to a server?
No. Everything runs locally in your browser — your files never leave your device.
Can I process more than one file at once?
This tool works on one input at a time.
Is this tool free?
Yes — it’s completely free and needs no sign-up.
My table renders as plain text.
Basic Markdown has no tables; they come from GFM. GitHub, GitLab and most note apps support them, but a strict CommonMark renderer will not.