top | item 20814200 (no title) tvon | 6 years ago You could pipe to `jq` (https://stedolan.github.io/jq/), or send the response to a file and view with whatever. discuss order hn newest cfors|6 years ago 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.
cfors|6 years ago 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.
cfors|6 years ago
There is also the -w option to format. Sometimes I’ll write a small python script to pipe output into for wrangling data.