An open API service indexing awesome lists of open source software.

https://github.com/dev-aniketj/jsontomarkdown-reactjs

Convert JSON file to Markdown file
https://github.com/dev-aniketj/jsontomarkdown-reactjs

javascript js json json-api json-format json-markdown json-to-markdown jsx markdown markdown-generator react reactjs readme readme-generator readme-md

Last synced: 3 months ago
JSON representation

Convert JSON file to Markdown file

Awesome Lists containing this project

README

          

# JSON to Markdown

**It will automatically converts your JSON data into markdown code, but your have to make json file in the proper format**.

**[DOCUMENTATION](DOCUMENTATION.md)**

## How it is working ??

If you want to convert your JSON file then add the file into the `src/data/your_file.json`


Go to **`App.js`** and add new item in it _OR_ just change the name of the file with is passed inside the **`createMarkdownFile()`** function.

```

createMarkdownFile("your_file_name")}>

Title


File Name


```

## Installation

```sh
# Using npm
npm install --save json2md
# Using yarn
yarn add json2md
```

## Run

```sh
# Using npm
npm start
# Using yarn
yarn start
```

## Examples

### File 1

- [JSON](./src/data/file1.json)
- [Markdown](./src/markdown/file1.md)










## NPM Packages

### I am using React Js and this NPM Package [json2md](https://www.npmjs.com/package/json2md)