/yaml-to-json

Tool to convert yaml to json

Primary LanguageGoMIT LicenseMIT

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