jless

Command-line pager for JSON data with navigation and formatting

brewmacoslinux
Try with needOr install directly
Source

About

Command-line pager for JSON data

Commands

jless

Examples

View and navigate JSON file interactively$ jless data.json
Pipe JSON output from another command through jless$ curl https://api.example.com/data | jless
Pretty-print and explore deeply nested JSON structures$ cat large.json | jless