Alternatives to jqp
A terminal user interface for experimenting with jq queries against JSON interactively. The listings below can replace it for an important use case. Each note says what changes if you switch.
The original
jqp
A terminal user interface for experimenting with jq queries against JSON interactively.
Replacements
Listings that take over the same core job as jqp.
gron
A command-line tool that flattens JSON into discrete assignments so it can be searched with grep.
gron flattens JSON into assignments searchable with grep, instead of an interactive jq query preview, and works on Windows too.
Similar software
Related functionality, not a direct replacement.
jo
A small command-line utility that builds JSON objects and arrays from shell arguments.
fq
Queries binary file formats with jq syntax and a structural hex viewer.
JSON Formatter
An open-source Chrome extension that pretty-prints and syntax-highlights raw JSON responses opened in the browser.
JSONLint
An online JSON validator and formatter that tidies and checks pasted or fetched JSON.