Last Updated: February 25, 2016
·
2.008K
· dev360

Parse json in the shell with jsawk

When cut is not enough, try installing jsawk, it's very handy if you want to parse out data from APIs in bash scripts:

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