mdt2json-ts is a TypeScript-based transpiler that converts Markdown tables into minified JSON arrays. Version 0.1.0 is the initial release, with no active release cadence. It differentiates from similar tools by producing compact JSON output without intermediate steps, targeting developers who need to extract structured data from Markdown tables programmatically. The package ships with TypeScript type definitions for type-safe usage.
npm install mdt2json-tsNo compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Demonstrates converting a Markdown table string to a minified JSON array using the default export.
Ensure each row is on its own line.
Use pipe characters and include the separator line.
Use JSON.stringify(result, null, 2) for formatting.
Use ESM imports or set type: module in package.json.
Use import mdt2json from 'mdt2json-ts'
No dependency data recorded yet.