Convert Markdown tables into structured JSON arrays of objects with automatic type inference (strings, numbers, booleans).
The first row of your Markdown table becomes the keys for each JSON object.
Yes, true/false and numeric values are typed automatically.
Parsing happens 100% locally in browser memory.