prettyjson
Indent and colorize json input
Installing
go install github.com/luizbranco/prettyjson
Prettifying
Using unix pipes
cat file.json | prettyjson
Reading files
prettyjson file.json
Adding colors
prettyjson --color file.json // -c for short