Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/casualjim/yaml2json
convert yaml to json
https://github.com/casualjim/yaml2json
Last synced: 23 days ago
JSON representation
convert yaml to json
- Host: GitHub
- URL: https://github.com/casualjim/yaml2json
- Owner: casualjim
- License: mit
- Created: 2016-12-25T19:00:13.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2018-02-09T05:07:31.000Z (almost 7 years ago)
- Last Synced: 2024-10-04T18:46:43.752Z (about 1 month ago)
- Language: Go
- Homepage:
- Size: 6.84 KB
- Stars: 7
- Watchers: 1
- Forks: 4
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# yaml2json
Go binary to convert a yaml file or url to a json document.
## Install
```
go get -u github.com/casualjim/yaml2json
```## Use
```
Usage of yaml2json:yaml2json [YAML FILE OR URL]
-output string
Write to the file instead of to stdout
```