File tree Expand file tree Collapse file tree 3 files changed +136
-682
lines changed Expand file tree Collapse file tree 3 files changed +136
-682
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/librariesio/release/npm/json-2-csv )] ( https://www.npmjs.org/package/json-2-csv )
5
- [ ![ Downloads] ( https://img.shields.io/npm/dm/json-2-csv.svg )] ( https://www.npmjs.org/package/json-2-csv )
6
4
[ ![ NPM version] ( https://img.shields.io/npm/v/json-2-csv.svg )] ( https://www.npmjs.org/package/json-2-csv )
5
+ [ ![ Typings] ( https://img.shields.io/npm/types/json-2-csv )] ( https://www.npmjs.org/package/json-2-csv )
6
+ [ ![ Downloads] ( https://img.shields.io/npm/dm/json-2-csv.svg )] ( https://www.npmjs.org/package/json-2-csv )
7
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://img.shields.io/npm/types/json-2-csv )] ( https://www.npmjs.org/package/json-2-csv )
13
12
14
13
This node module will convert an array of JSON documents to a CSV string.
15
14
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