Simple display
uzimaru0000 opened this issue · 0 comments
uzimaru0000 commented
It works similarly to the following command.
$ cat test.json | jq -r ".[] | [.name, .age, .lang] | @tsv" | column -t
テストテスト 10 ja
uzimaru 23 ja
hogehoge 21 en
hugehuge 32 en
The option is thinking of -p
, --plain
.