# json-conv **Repository Path**: sparklex/json-conv ## Basic Information - **Project Name**: json-conv - **Description**: No description available - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2024-08-29 - **Last Updated**: 2024-08-29 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # TSV CSV 与 JSON 互相转换命令 # TSV CSV from/to JSON Convert ```bash npm install -g json-conv json2csv *.json json2tsv *.json csv2json *.csv tsv2json *.tsv ``` # Open Issue After convert to CSV and TSV, the null and numbers will be string.