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

https://github.com/pschlump/yaml-to-json

Tool to convert yaml to json
https://github.com/pschlump/yaml-to-json

json yaml

Last synced: 4 months ago
JSON representation

Tool to convert yaml to json

Awesome Lists containing this project

README

          

# Yaml to JSON

Convert YAML files to JSON.

```
$ go build
$ yaml-to-json --input aaa.yaml --output aaa.json
```

## Command Line Arguments

| Argument | Description |
|----------------|----------------------------------------------------------------|
| --input | Required: input file name. |
| --ouptut | Optional: output file name. |
| --no-indent | Optional: Turn off indent of output JSON. |

## License: MIT

See ./LICENSE