Skip to content

Latest commit

 

History

History
12 lines (8 loc) · 171 Bytes

ReadMe.md

File metadata and controls

12 lines (8 loc) · 171 Bytes

yaml-to-json

Convert YAML stdin to JSON stdout

Usage

alias yaml-to-json='docker run -i ingy/yaml-to-json'

cat file.yaml | yaml-to-json | jq ...