Skip to content

Latest commit

 

History

History
17 lines (11 loc) · 173 Bytes

README.md

File metadata and controls

17 lines (11 loc) · 173 Bytes

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