Skip to content

dsh-json-tools

Verified

dsh-json-tools · v0.1.0 · MIT

JSON 规范化:递归排序键、美化/压缩 JSON

Install

dsh plugin add dsh-json-tools

Confirm the layer applied with dsh --profile default --dump-config — see the install guide.

Source

Published to npm without a public repository. Inspect the package contents before installing.

Tags

Readme

dsh-json-tools · JSON 规范化

递归排序 JSON 键、美化/压缩 JSON。纯 Node 实现。

提供的工具

工具 作用
json_sort 递归排序对象键
json_format 美化/压缩 JSON

安装

dsh plugin add dsh-json-tools

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

用法示例

把这段 JSON 的键排序,便于 diff
→ 调用 json_sort(data={b:1,a:2})