About jq : Lightweight and flexible command-line JSON processor!jq Package Installation on Mac
jq is similar to sed tool for JSON data - one can use it to slice and filter and map and transform structured data same as other tools like sed, awk, grep and friends allows you.
Jq is written in C and have zero runtime dependency. Just download the binary and start working with it. More information is available at: https://stedolan.github.io/jq/
Steps:
Steps:
- Launch Terminal by pressing command+space, type terminal and hit Enter key.
- Run
ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)" < /dev/null 2> /dev/null
- Install jq
brew install jq
0 comments:
Post a Comment