Skip to content

wakeful/yaml2json

Repository files navigation

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