Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/hellojukay/j2y
conert json to yaml
https://github.com/hellojukay/j2y
golang json yaml
Last synced: 29 days ago
JSON representation
conert json to yaml
- Host: GitHub
- URL: https://github.com/hellojukay/j2y
- Owner: hellojukay
- Created: 2020-03-31T14:07:34.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2020-04-09T05:11:26.000Z (over 4 years ago)
- Last Synced: 2024-06-20T19:17:19.383Z (5 months 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
```