json-conv
v1.0.0
Published
```bash npm install -g json-conv
Readme
TSV CSV 与 JSON 互相转换命令
TSV CSV from/to JSON Convert
npm install -g json-conv
json2csv *.json
json2tsv *.json
csv2json *.csv
tsv2json *.tsvOpen Issue
After convert to CSV and TSV, the null and numbers will be string.
