Analisar json no shell com jsawk

Quando cutnão for suficiente, tente instalar o jsawk, é muito útil se você deseja analisar dados de APIs em scripts bash:

$ curl -s "https://api.github.com/repos/antirez/redis" | jsawk "return this.open_issues"