📋 JSON to Markdown Table

Convert JSON to Markdown Table

Generate GitHub-Flavored Markdown (GFM) tables from JSON arrays instantly. Perfect for README files, GitHub wikis, Notion docs, and technical documentation.

GitHub Flavored MarkdownColumn alignmentCompact mode100% private
JSON Input
📁

Drop JSON file here

Markdown Output
Rows: Cols: Size:

JSON to Markdown Table — Guide

GitHub Flavored Markdown (GFM) tables are the standard way to display tabular data in README files, GitHub wikis, and many documentation platforms. This tool converts JSON arrays directly into GFM table syntax.

Markdown Table Syntax

| Name  | Age | City     |
|-------|-----|----------|
| Alice | 30  | New York |
| Bob   | 25  | London   |

Column Alignment

Colons in the separator row control alignment: :--- = left, :---: = center, ---: = right. Choose Auto to align numeric columns right and text left.