Skip to content

Latest commit

 

History

History
17 lines (12 loc) · 194 Bytes

README.md

File metadata and controls

17 lines (12 loc) · 194 Bytes

About

Beautify json through pipes

Install

go get github.com/juRiii/jsonfmt
cd $GOPATH/src/github.com/juRiii/jsonfmt
go install

Usage

cat input.json | jsonfmt | pbcopy