Usage
function helps you to dump json.
Convert Markdown Table to JSON
md-to-jsonify
also provides a function to convert a Markdown table to JSON. Here's how you can use it:
Convert a Markdown table to JSON
- The markdown content looks like this -
Name | Age | Website |
---|---|---|
John | 25 | Example Website 1 |
Alice | 30 | Example Website 2 |
Output
Copy to clipboard