Skip to content

Latest commit

 

History

History
15 lines (11 loc) · 173 Bytes

README.md

File metadata and controls

15 lines (11 loc) · 173 Bytes

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