Back to catalog

uckkk /

dsh-json-tools

Verified

@{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

0 Stars0 Forks0 IssuesN/A Community rating0 Confirmed installs
READMESource: main@c2c60140

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})
/ 5

No ratings yet

Community comments

No comments yet. Be the first to write one.