Because jaq functions the same as
jq while supporting the same feature set for yaml, toml and many other
serialization formats which makes it awesome.
And because jaq's author is a badass
computer scientist.
declare -g jq_location=$(which jq)
brew uninstall jqbrew install jaq
[ -n "${jq_location}" ] && ln -s $(which jaq) "${jq_location}"