https://github.com/hellojukay/j2y
conert json to yaml
https://github.com/hellojukay/j2y
golang json yaml
Last synced: about 1 month ago
JSON representation
conert json to yaml
- Host: GitHub
- URL: https://github.com/hellojukay/j2y
- Owner: hellojukay
- Created: 2020-03-31T14:07:34.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2020-04-09T05:11:26.000Z (about 6 years ago)
- Last Synced: 2025-01-29T08:33:49.822Z (over 1 year ago)
- Topics: golang, json, yaml
- Language: Go
- Homepage:
- Size: 1.57 MB
- Stars: 0
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# j2y
convert json to yaml
# usage
```shell
Usage of ./j2y:
-i string
input json file, default: stdin
-o string
output yaml file, default: stdout
```
```shell
cat a.json | j2y
```