Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/saber2pr/csv-json
csv->json, json->csv
https://github.com/saber2pr/csv-json
csv json
Last synced: 14 days ago
JSON representation
csv->json, json->csv
- Host: GitHub
- URL: https://github.com/saber2pr/csv-json
- Owner: Saber2pr
- Created: 2019-03-22T05:39:20.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2022-07-12T08:25:08.000Z (over 2 years ago)
- Last Synced: 2024-11-09T00:32:03.365Z (2 months ago)
- Topics: csv, json
- Language: JavaScript
- Homepage: https://saber2pr.github.io/csv-json/index.html
- Size: 16.6 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# csv-json
> csv->json, json->csv
[online>>](https://saber2pr.github.io/csv-json/index.html)
```bash
npm i @saber2pr/csv-json
```# API
```ts
/**
* toCsv
*
* @export
* @param {string} json
* @returns {string}
*/
export function toCsv(json: string): string
``````ts
/**
* toJson
*
* @export
* @param {string} csv
* @returns {string}
*/
export function toJson(csv: string): string
```# author
> saber2pr