Comment on Easy CLI JSON FormattingComments−Argorak13yI use jazor and coderay for that:gem install jazor coderaycurl $SOMETHING | jazor | coderay -json
Comments
I use jazor and coderay for that:
gem install jazor coderay
curl $SOMETHING | jazor | coderay -json