colinhoglund / yj

Simple utility for converting between yaml and json

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

yj

Simple utility for converting between yaml and json

Usage

Installation

go get github.com/colinhoglund/yj

Conversion between yaml and json

yj test.json
yj test.yaml
cat test.yaml | yj
yj test.json | yj

About

Simple utility for converting between yaml and json


Languages

Language:Go 100.0%