Skip to content

Latest commit

 

History

History
26 lines (17 loc) · 485 Bytes

README.md

File metadata and controls

26 lines (17 loc) · 485 Bytes

y2j - a YAML to JSON converter

Why? Because writing nested YAML by hand during development and testing is easier than JSON.

Install

macOS

brew install hbagdi/tap/y2j

Linux

Navigate to the release page and install using a Debian or RPM package. Alternatively, you can take the .tar.gz file and install the binary in your $PATH.

Usage

echo "foo: bar" | y2j | http httpbin.org/post