ToolsCandy

JSON to Markdown Table — Free & Private

Turn JSON into GitHub-flavored Markdown pipe tables with alignment options and a live preview. Private, instant, and runs entirely in your browser.

Your data never leaves your browser

JSON input
Markdown output

No tabular rows to preview.

About this tool

JSON→MarkdownGFM tablesAlignmentLive previewDownload .md

How to use

  1. Paste JSON (array of objects works best).
  2. Choose column alignment: left, center, or right.
  3. Copy the Markdown or download a .md file.

Examples

Pipe table

[{"name":"Ada","score":98},{"name":"Bob","score":87}]
| name | score |
| --- | --- |
| Ada | 98 |

FAQ