Docker image for jq based on alpine linux image, just over 4MB in size.
This image also contains curl to make HTTP requests.
You can create bash function like:
function jq() { docker run -i fatihustundag/docker-jq "$@"; }
$ echo '{"foo":"bar"}' | jq -C .