/yaml2json

convert YAML to JSON.

Primary LanguageGoBSD 2-Clause "Simplified" LicenseBSD-2-Clause

yaml2json

A small tool for converting YAML files into JSON.

Usage

stdin pipe:

cat file.yml | yaml2json

or specify a file:

yaml2json path/file.yml