Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

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