Paste or upload JSON
Add a JSON array of objects to the input panel. Each object becomes a table row with its keys as columns.
Convert JSON arrays into Markdown tables for README files, wikis, and documentation. Choose column alignment, bold headers, and code block wrapping. Output follows GitHub Flavored Markdown and works on GitHub, GitLab, Notion, and Confluence — all client-side.
Add a JSON array of objects to the input panel. Each object becomes a table row with its keys as columns.
Pick column alignment (left, center, right), toggle bold headers, or wrap the output in a code block.
The Markdown table updates live. Copy it or download a .md file.
Turn API responses, config lists, and data exports into clean Markdown tables for your README, wiki, or changelog in seconds.
No upload, no server. All conversion happens in your browser.
Markdown output updates as you type or change formatting options.
Output follows GitHub Flavored Markdown for perfect rendering on GitHub and GitLab.
Left, center, or right column alignment with standard separator syntax.
Nested objects and arrays are serialised to inline JSON strings in cells.
Export a ready-to-use Markdown file with your table.
This tool generates standard Markdown pipe table syntax from JSON arrays. Keys are collected from all objects in the array and used as column headers. Cells with pipe characters are automatically escaped. Boolean, number, and null values are rendered as plain text. Nested objects and arrays are serialised to compact JSON strings. The output follows the GitHub Flavored Markdown specification and renders in any GFM-compatible renderer.