Skip to content

sourcegraph/jy

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

Repository files navigation

jy

The jy command reads JSON from stdin and writes YAML to stdout (or to a file with the -o flag).

Convert YAML to JSON with yj.

Example

$ echo '{"hello": "world"}' | jy
hello: world

Install

Install the latest with go get -u github.com/sourcegraph/jy.