Hacker News new | ask | show | jobs
by tvon 2487 days ago
You could pipe to `jq` (https://stedolan.github.io/jq/), or send the response to a file and view with whatever.
1 comments

Pipe to jq is the best. Other than that you can always furiously search stack overflow for some arcane sed/awk/grep-fu.

There is also the -w option to format. Sometimes I’ll write a small python script to pipe output into for wrangling data.