Friday 27 October 2017

How To Install jq On Mac

jq Package Installation on Mac

About jq : Lightweight and flexible command-line JSON processor!
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:
  • 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

 

Copyright @ 2013 Appychip.

Designed by Appychip & YouTube Channel