Just in case if someone is looking for a different solution.
This is how I installed in Cent OS 7 and it worked. Ensure you have sudo privilege.
Installer solution
yum install epel-release -y
yum install jq -y
jq --version
output was jq-1.5
Reference