FX - Interactive json and cli tool

https://github.com/antonmedv/fx
There is standalone binary. Related tools, also jq (should be in repos) and gron.

Example, getting latest xkcd comics url

curl -s https://xkcd.com/info.0.json | fx .img | xsel --clipboard

HN debate.