jtbl

Convert JSON and JSON Lines to terminal, CSV, HTTP, and markdown tables

brewmacoslinux
Try with needOr install directly
Source

About

Convert JSON and JSON Lines to terminal, CSV, HTTP, and markdown tables

Commands

jtbl

Examples

Convert JSON file to a formatted table in terminal$ jtbl data.json
Convert JSON Lines to CSV format$ jtbl -csv input.jsonl > output.csv
Pipe JSON data from another command into jtbl$ curl -s https://api.example.com/data | jtbl