TIL: jless for interactive json viewing

2022-04-18

I found a really nice tool for interactively exploring json: https://jless.io/

It’s much nicer than jq for when I need to “walk around” a large json document. It even has the ability to spit out stuff you can use in subsequent jq commands.

On a Mac:

brew install jless