dsh-json-merge
JSON 深合并:递归合并多个 JSON 对象,支持数组策略与冲突处理(Deep JSON merge tool for DeepSeek Harness)
安装
$
npx -p @deepseek-ai/dsh dsh plugin --profile web add github:uckkk/dsh-json-merge说明文档
阅读完整 README ↗dsh-json-merge · JSON 深合并
纯 Node 实现,无网络、无外部服务。
安装
dsh plugin add dsh-json-merge
安装后在 profile 的 package.json 的 dsh.profile.bundles 中加入 "dsh-json-merge"。