Alternatives to fx

Inspect JSON interactively from your terminal. 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 fx.

  • jless

    Browse large JSON structures in a keyboard-driven terminal viewer.

    jless offers a keyboard-driven viewer with collapsible trees and regex search for large JSON, but native Windows support is not yet available.

  • jid

    Explore JSON interactively with query suggestions.

    jid explores JSON interactively with query suggestions and completion, focusing on building queries rather than browsing the structure.

  • jnv

    Edit jq-style filters while previewing JSON results interactively.

    jnv lets you edit jq-style filters while previewing the JSON results live, without a separate jq dependency, though completion covers limited filter forms.

Similar software

Related functionality, not a direct replacement.