Convert JSON to Markdown.
Drop a JSON file and get a GitHub-flavored Markdown table with numeric columns right-aligned. Nested objects and arrays are flattened into dot-notation columns — every value kept, structure not. Runs in your browser.
To convert JSON to Markdown, drop or paste a JSON file — csvtodashboard parses it into rows and columns in your browser, then emits a GitHub-flavored Markdown table with numeric columns right-aligned. You get a GitHub-flavored pipe table with numeric columns right-aligned and any literal pipes in your data escaped so columns never shift. Nothing is uploaded; the whole conversion runs on your device.