jnv

Interactive JSON filter using jq with a user-friendly TUI

brewmacoslinux
Try with needOr install directly
Source

About

Interactive JSON filter using jq

Commands

jnv

Examples

Filter and explore a JSON file interactively$ jnv data.json
Pipe JSON output from curl into jnv for interactive exploration$ curl https://api.example.com/data | jnv
Apply a jq filter and view results interactively$ jnv --raw-output '.users[] | .name' data.json