File tree Expand file tree Collapse file tree 3 files changed +2233
-1160
lines changed Expand file tree Collapse file tree 3 files changed +2233
-1160
lines changed Original file line number Diff line number Diff line change 11# json-2-csv
22** Convert JSON to CSV _ or_ CSV to JSON**
33
4- [ ![ Dependencies] ( https://img.shields.io/david/mrodrig/ json-2-csv.svg )] ( https://www.npmjs.org/package/json-2-csv )
4+ [ ![ Dependencies] ( https://img.shields.io/librariesio/release/npm/ json-2-csv )] ( https://www.npmjs.org/package/json-2-csv )
55[ ![ Downloads] ( https://img.shields.io/npm/dm/json-2-csv.svg )] ( https://www.npmjs.org/package/json-2-csv )
66[ ![ NPM version] ( https://img.shields.io/npm/v/json-2-csv.svg )] ( https://www.npmjs.org/package/json-2-csv )
7- [ ![ Minzipped Size] ( https://flat.badgen.net /bundlephobia/minzip/json-2-csv )] ( https://bundlephobia.com/result?p=json-2-csv )
7+ [ ![ Minzipped Size] ( https://img.shields.io /bundlephobia/minzip/json-2-csv )] ( https://bundlephobia.com/result?p=json-2-csv )
88
99[ ![ Build Status] ( https://travis-ci.org/mrodrig/json-2-csv.svg?branch=master )] ( https://travis-ci.org/mrodrig/json-2-csv )
1010[ ![ Coverage Status] ( https://coveralls.io/repos/github/mrodrig/json-2-csv/badge.svg?branch=stable )] ( https://coveralls.io/github/mrodrig/json-2-csv?branch=stable )
1111[ ![ Maintainability] ( https://api.codeclimate.com/v1/badges/8c0cc3699d054fb77abe/maintainability )] ( https://codeclimate.com/github/mrodrig/json-2-csv/maintainability )
12- [ ![ Typings] ( https://shields-staging.herokuapp.com /npm/types/json-2-csv.svg?style=flat )] ( https://www.npmjs.org/package/json-2-csv )
12+ [ ![ Typings] ( https://img. shields.io /npm/types/json-2-csv )] ( https://www.npmjs.org/package/json-2-csv )
1313
1414This node module will convert an array of JSON documents to a CSV string.
1515Column headings will be automatically generated based on the keys of the JSON documents. Nested documents will have a '.' appended between the keys.
You can’t perform that action at this time.
0 commit comments