fx

Terminal JSON viewer with an interactive filtering and navigation interface

brewmacoslinux
Try with needOr install directly
Source

About

Terminal JSON viewer

Commands

fx

Examples

View and explore JSON from a file interactively$ fx data.json
Pipe JSON output from another command and explore it$ curl https://api.example.com/data | fx
Navigate and filter specific JSON properties using dot notation$ fx data.json '.users[0].name'