www.byjp.me/content/posts/tumblr-musings/pretty-json-in-the-terminal.md
JP Hastings-Spital f5de48f10b Code blocks now have dark/light mode styling
Went with something fun I found online (ref in scss source) and adapted.
2024-10-30 09:30:19 +00:00

594 B

title date draft emoji tags
Pretty JSON in the terminal 2013-03-20T16:02:00+00:00 false
terminal
tools
from-tumblr

kaspertidemann.com

This was exactly what I was looking for.

If you're investingating JSON returned from a web service, get the control you need with the terminal and jsonpp:

brew install jsonpp
curl -u username:password https://awesome.com/stuff.json | jsonpp 

BOOM. As they say.