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

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.