TimH96 / prettyjson

shell tool to pretty-print piped json input

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

shell tool to pretty-print piped json input

License:MIT License


Languages

Language:Go 100.0%