Skip to content

Latest commit

 

History

History
5 lines (4 loc) · 219 Bytes

README.md

File metadata and controls

5 lines (4 loc) · 219 Bytes

This is a very simple script programmed in Go that pretty-prints any json output piped to it, for instance from calling a REST API with curl.

$ curl https://reqres.in/api/users/2 | prettyjson --indent 4