Skip to content

Latest commit

 

History

History
23 lines (16 loc) · 531 Bytes

README.md

File metadata and controls

23 lines (16 loc) · 531 Bytes

Papa UnParse

npm npm bundle size

Convert JSON to CSV - Small, Simple, Fast.

unparse function of PapaParse
For use in Browser (Recommended) and Node

Install

npm i papaunparse

Use

import { unparse } from "papaunparse"
const csv = unparse('your json array')

Examples