jnv is an interactive terminal-based JSON viewer and filter editor that brings powerful JSON navigation directly to your command line. Whether you're working with API responses, configuration files, or data pipelines, jnv lets you explore and transform JSON without leaving your terminal.
Key capabilities include:
Simply pipe your JSON data into jnv or pass a file path, then use arrow keys to navigate, Tab for suggestions, and Enter to toggle nested structures. The integrated jq filter editor eliminates the need to have jq installed separately, making it ideal for developers, DevOps engineers, and anyone frequently working with JSON data in the terminal.
$ brew install jnv$ brew install ynqa/tap/jnv