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
- Host: GitHub
- URL: https://github.com/dev-aniketj/jsontomarkdown-reactjs
- Owner: dev-aniketj
- License: apache-2.0
- Created: 2023-01-16T18:39:10.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2023-01-17T19:35:40.000Z (over 2 years ago)
- Last Synced: 2025-07-01T07:04:38.005Z (3 months ago)
- Topics: javascript, js, json, json-api, json-format, json-markdown, json-to-markdown, jsx, markdown, markdown-generator, react, reactjs, readme, readme-generator, readme-md
- Language: JavaScript
- Homepage:
- Size: 180 KB
- Stars: 4
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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)