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 1
1
# json-2-csv
2
2
** Convert JSON to CSV _ or_ CSV to JSON**
3
3
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 )
5
5
[ ![ Downloads] ( https://img.shields.io/npm/dm/json-2-csv.svg )] ( https://www.npmjs.org/package/json-2-csv )
6
6
[ ![ 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 )
8
8
9
9
[ ![ Build Status] ( https://travis-ci.org/mrodrig/json-2-csv.svg?branch=master )] ( https://travis-ci.org/mrodrig/json-2-csv )
10
10
[ ![ 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 )
11
11
[ ![ 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 )
13
13
14
14
This node module will convert an array of JSON documents to a CSV string.
15
15
Column 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