From: Mischa POSLAWSKY Date: Fri, 6 Sep 2019 21:27:19 +0000 (+0200) Subject: another json example with multiple columns X-Git-Tag: v1.03~11 X-Git-Url: http://git.shiar.net/barcat.git/commitdiff_plain/6b28dcb8caa34f50a9f95e64948d6e2f697b34a7?hp=6b28dcb8caa34f50a9f95e64948d6e2f697b34a7 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 ---