JSON to Markdown
Convert a JSON array of objects to a Markdown table online. Nested keys are flattened into columns.
- 100% client-side, nothing uploaded
- Instant results
- Works offline once loaded
Empty
Empty
How it works
About this tool
This JSON to Markdown converter turns a JSON array of objects into a GitHub-flavoured Markdown table. The union of all keys becomes the header row and each object becomes a table row.
Nested objects are flattened with dot notation, and any pipe characters or line breaks inside values are escaped so the table renders correctly in READMEs, issues, and documentation.
Ideal for documenting sample API data, pasting comparison tables into pull requests, or publishing small datasets without a spreadsheet.
The conversion runs entirely in your browser, so your data stays private and results are instant.
JSON Toolbox processes all data locally in the browser. Nothing is uploaded to a server.
Common questions
Frequently asked questions
How do I convert JSON to a Markdown table?
What input works best?
Is the output GitHub-flavoured Markdown?
Is my JSON uploaded?
Keep exploring