transform.ignlab.net
{{ output }}{{ outputError ? '' : 'Transformed output appears here…' }}
Paste a Markdown table — from a README, a spec doc, a wiki page — and get a JSON array of objects back, one per data row, keyed by the header row. Handy for turning documentation tables into data you can actually script against.
Yes, it’s expected right after the header row (standard GitHub-flavored Markdown table syntax) and is skipped, not parsed as data.
Yes, a cell that’s a plain integer or decimal becomes a JSON number rather than a string.
Cell values are trimmed automatically, so alignment spacing in the source Markdown doesn’t affect the output.
Need a different conversion? Browse all conversions, sanitize secrets with AI Safeguard, or read the guides.