Interactive JSON filter using jq with a user-friendly TUI
Interactive JSON filter using jq
jnv
$ jnv data.json
$ curl https://api.example.com/data | jnv
$ jnv --raw-output '.users[] | .name' data.json