A lightweight Markdown table to minified JSON transpiler with CLI and programmatic API. v1.1.0 released 2025-07-29. Supports converting markdown tables to compact JSON, including optional HTML inclusion. Ships TypeScript types. Differentiators: no dependencies, ESM/CJS dual module, simple API with parse function and CLI tool. Compared to alternatives like markdown-table-to-json, this offers minified output and HTML embedding.
npm install mdt2jsonNo compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Parse a markdown table string to minified JSON array, demonstrating basic usage with ESM import.
Update all imports to 'mdt2json' and reinstall.
Use with caution; no fix needed yet.
Set "type": "module" or use dynamic import: const { parse } = await import('mdt2json').Use import or dynamic import; set type: module in package.json.
No dependency data recorded yet.