Convert JSON and JSON Lines to terminal, CSV, HTTP, and markdown tables
jtbl
$ jtbl data.json
$ jtbl -csv input.jsonl > output.csv
$ curl -s https://api.example.com/data | jtbl