Skip to content

robyoung/y2j

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

y2j

YAML to JSON and back again.

Usage

Conert YAML to JSON

> cat example.yaml | y2j

Convert JSON to YAML

> cat example.json | y2j --reverse