Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/vkuznet/jy

JSON to YAML to JSON converter
https://github.com/vkuznet/jy

Last synced: 30 days ago
JSON representation

JSON to YAML to JSON converter

Awesome Lists containing this project

README

        

# jy
JSON to YAML to JSON converter tool.

### Build
```
make
```

### How to run
```
jy -json file.json -yaml file.yaml
```
The tool will take whatever file exists and convert it to file which does not
exist, e.g. if `file.json` exists and `file.yaml` does not then it will convert
from json to yaml and vice versa.