Utility to print JSON and JSON Lines data as a table in the terminal. More information: https://github.com/kellyjonbrazil/jtbl.
cat {{file.json}} | jtbl
cat {{file.json}} | jtbl --cols={{width}}
cat {{file.json}} | jtbl {{[-t|--truncate]}}
cat {{file.json}} | jtbl {{[-n|--no-wrap]}}