Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/colinhoglund/yj

Simple utility for converting between yaml and json
https://github.com/colinhoglund/yj

Last synced: 15 days ago
JSON representation

Simple utility for converting between yaml and json

Awesome Lists containing this project

README

        

# 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