Skip to content
dsh.fish
Bundle

dsh-json-tools

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

Source
uckkk
License
MIT
Updated
Updated 4 days ago

Readme

# dsh-json-tools · JSON 规范化

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

## 提供的工具

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

## 安装

```bash
dsh plugin add dsh-json-tools
```
安装后在 profile 的 `package.json` 的 `dsh.profile.bundles` 中加入 `"dsh-json-tools"`。

## 用法示例

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

## 安装

```bash
dsh plugin add github:uckkk/dsh-json-tools
```

> 安装即在本机运行第三方代码,请自行审阅源码。

## 安装

```bash
dsh plugin add github:uckkk/dsh-json-tools
```

## 使用

安装后在会话中调用该插件注册的工具即可。

## 许可

MIT

> 安装即在本机运行第三方代码,请自行审阅源码。

Install

dsh plugin --profile web add github:uckkk/dsh-json-tools

Profile: web

  • This source has no pinned commit, so a later push upstream changes what installs. Prefer pinning a commit.
Source