json 12
Safe expandable structured data rendering service for DeepSeek Harness Web plugins
dsh plugin add @ch4acko3/dsh-structured-render.env ↔ JSON
dsh plugin add dsh-env-jsonDSH plugin: format/validate JSON, YAML, TOML and SQL text.
dsh plugin add dsh-fmtINI ↔ JSON 转换
dsh plugin add dsh-iniCSV ↔ JSON 转换:JSON 对象数组转 CSV,CSV 解析为 JSON
dsh plugin add dsh-json-csvJSON 扁平化:嵌套 JSON ↔ 点号扁平键互转(支持数组索引)
dsh plugin add dsh-json-flattenJSON 深合并:递归合并多个 JSON 对象,支持数组策略与冲突处理(Deep JSON merge tool for DeepSeek Harness)
dsh plugin add dsh-json-mergeJSON Schema 校验
dsh plugin add dsh-json-schemaJSON 转 SQL
dsh plugin add dsh-json-to-sqlJSON 规范化:递归排序键、美化/压缩 JSON
dsh plugin add dsh-json-toolsJSON 类型生成:把 JSON 数据转换为 TypeScript 接口 / JSON Schema / Python(Pydantic) 模型,自动推断字段类型、嵌套对象与数组元素类型
dsh plugin add dsh-json-typesJSON 校验与修复:定位语法错误行列,自动修复注释/尾逗号/单引号
dsh plugin add dsh-json-validate