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
- Host: GitHub
- URL: https://github.com/pschlump/yaml-to-json
- Owner: pschlump
- License: mit
- Created: 2024-08-31T12:51:13.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-08-31T13:22:05.000Z (almost 2 years ago)
- Last Synced: 2024-12-28T15:30:55.874Z (over 1 year ago)
- Topics: json, yaml
- Language: Go
- Homepage:
- Size: 6.84 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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