dsh-json-tools
@{name=dsh-json-tools; version=0.1.0; description=JSON 规范化:递归排序键、美化/压缩 JSON; type=module; main=lib/index.js; exports=; files=System.Object[]; dsh=; keywords=System.Object[]; author=istone <ad571@qq.com>; license=MIT; peerDependencies=}.description
- 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})