Documentation

Optimize your dumping of JSON from markdown data contents


You can find the npm package by the name md-to-jsonify

Features

It comes with the following features out of the box and some unfinished tasks:

  • Write content using MDX.
  • Transform and validate content.
  • Optimize the iteration for converting the data.
  • Split out link in separate data feilds with link property.
  • Passed multiple edgecase for symbols that does have a meaning on markdown like [] , ().
  • Numbering the links - linkX , while X being the number of links with a given row.
  • More is comming like - parsing the convetable data's from the entire md file
  • Parsing the table and other data format from md containing other stuff not only the data contents. - canary
  • Custom Playground for testing out the stuff.
  • Integrating with AI for curation.

How is it built

We have used Javascript , Typescript as well some utility functions.

Setup Guide

Learn to add to your app

View

Usage

Function usage as well input and oupput

View

Playground

a Live Playground for you to visualize the result

View