Skip to content

hbagdi/y2j

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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