yaml2json icon indicating copy to clipboard operation
yaml2json copied to clipboard

convert YAML to JSON.

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