another json example with multiple columns
authorMischa POSLAWSKY <perl@shiar.org>
Fri, 6 Sep 2019 21:27:19 +0000 (23:27 +0200)
committerMischa POSLAWSKY <perl@shiar.org>
Sat, 7 Sep 2019 00:07:24 +0000 (02:07 +0200)
commit6b28dcb8caa34f50a9f95e64948d6e2f697b34a7
treebad6c27cf32518ca25993c9cd4e70221e3ed11e4
parenteb16cb6d4d1335c0764c0b59fd1a4ca1f78558e4
another json example with multiple columns

Also found this API with the same results (and more), but needs separate
queries which is slow and unwanted so unsuitable as a fun snippet:

curl -s https://pokeapi.co/api/v2/pokemon/{1..151} |
jq -r '[.height/10,.id,.name|tostring] | join(" ")' | graph
graph