GitHub - ynqa/jnv: interactive JSON filter using jq
jnv
jnv is designed for navigating JSON,
offering an interactive JSON viewer and jq filter editor.
Inspired by jid
and jiq.
Features
Interactive JSON viewer and jq filter editor
Syntax highlighting for JSON
Accept JSON from stdin, file, URL
Auto-completion for the filter
Only supports:
Identity
Object Identifier-Index
Array Index
Hint message to evaluate the filter
Installation
Homebrew
brew install ynqa/tap/jnv
Cargo
Notejnv does not require users to install jq on their system,
because it utili...
Read more at github.com