https://github.com/dudiao/json-sort
https://github.com/dudiao/json-sort
Last synced: 9 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/dudiao/json-sort
- Owner: dudiao
- Created: 2023-04-04T08:46:01.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2023-04-04T10:34:19.000Z (over 2 years ago)
- Last Synced: 2025-01-25T14:42:04.835Z (11 months ago)
- Language: Java
- Size: 7.81 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
解压`json-sort-windows-latest.zip`得到`target/json-sort.exe`
在`json-sort.exe`目录下,打开`cmd`(黑窗口)
使用:
```
json-sort.exe --json.input= --json.output=<输出的json文件夹>
```
`json.output`参数可以不指定,默认输出到`json-sort.exe`所在目录的`target/json/`
比如:
```
json-sort.exe --json.input=D:\\json\\friend.json
```