Convert YAML files to JSON.
$ go build
$ yaml-to-json --input aaa.yaml --output aaa.json
Argument | Description |
---|---|
--input | Required: input file name. |
--ouptut | Optional: output file name. |
--no-indent | Optional: Turn off indent of output JSON. |
See ./LICENSE