Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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
```