New:Microsoft Teams Notifications Are Now Available in Socket.Learn more →
Get Started

dsh-json-csv

Package Overview
Dependencies
Maintainers
1
Versions
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

dsh-json-csv

CSV ↔ JSON 转换:JSON 对象数组转 CSV,CSV 解析为 JSON

latest
npmnpm
Version
0.1.0
Version published
Maintainers
1
Created
Source

dsh-json-csv · CSV ↔ JSON 转换

JSON 对象数组 ↔ CSV 互转,支持表头与引号转义。纯 Node 实现。

提供的工具

工具作用
json_to_csvJSON 数组 → CSV
csv_to_jsonCSV → JSON 数组

安装

dsh plugin add dsh-json-csv

安装后在 profile 的 package.json 的 dsh.profile.bundles 中加入 "dsh-json-csv"。

用法示例

把这组数据导出成 CSV
→ 调用 json_to_csv(data=[{a:1,b:2},{a:3,b:4}])

Keywords

deepseek-harness

FAQs

Package last updated on 18 Aug 2026

Related posts