jq Package Installation on Mac
About jq : Lightweight and flexible command-line JSON processor! It is like SED for JSON data. You can use it to slice, filter, map and transform data like you do with AWS, SED or GREP tools.
More Information: https://stedolan.github.io/jq/
Video Tutorial To Install JQ:
Steps:
- Launch Terminal by pressing
command+space
, typeterminal
and hitEnter
key. - Run
ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)" < /dev/null 2> /dev/null
- Install
brew install jq
Done!