uckkk
dsh-json-tools
JSON 规范化:递归排序键、美化/压缩 JSON
- Stars
- 0
- Language
- JavaScript
- Created
- Aug 16, 2026
- Updated
- Aug 16, 2026
Introduction
dsh-json-tools · JSON 规范化
递归排序 JSON 键、美化/压缩 JSON。纯 Node 实现。
提供的工具
| 工具 | 作用 |
|---|---|
json_sort | 递归排序对象键 |
json_format | 美化/压缩 JSON |
安装
dsh plugin add dsh-json-tools
安装后在 profile 的 package.json 的 dsh.profile.bundles 中加入 "dsh-json-tools"。
用法示例
把这段 JSON 的键排序,便于 diff
→ 调用 json_sort(data={b:1,a:2})