= jq =
jq is a lightweight and flexible command-line JSON processor.

== Slackbuild ==
{{{#!highlight bash
cd /tmp
wget https://slackbuilds.org/slackbuilds/14.2/system/jq.tar.gz
tar xvzf jq.tar.gz
cd jq
wget https://github.com/stedolan/jq/releases/download/jq-1.4/jq-1.4.tar.gz

}}}