fx

Interactive terminal JSON viewer with filtering and navigation.

brewmacoslinux
Try with needOr install directly
Source

About

Terminal JSON viewer

Commands

fx

Examples

pretty print JSON in terminal$ cat data.json | fx
view JSON file with syntax highlighting$ fx data.json
filter and search nested JSON data$ fx data.json '.users[] | select(.age > 25)'
view API response as formatted JSON$ curl https://api.example.com/data | fx
extract specific values from JSON$ fx package.json '.dependencies | keys'