Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/vkuznet/jy
- Owner: vkuznet
- License: mit
- Created: 2022-09-23T11:47:52.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2022-09-24T13:42:43.000Z (over 2 years ago)
- Last Synced: 2024-10-30T06:27:37.539Z (3 months ago)
- Language: Go
- Size: 18.6 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.