jq

A command-line JSON processor that uses a domain-specific language (DSL). More information: <https://stedolan.github.io/jq/manual/>.

Debian Debian
RUN apt-get update && \ apt-get install -y jq
Ubuntu
RUN apt-get update && \ apt-get install -y jq
Alpine
RUN apk add jq
Arch Arch Linux
RUN pacman -S --noconfirm jq
image/svg+xml Kali Linux
RUN apt-get update && \ apt-get install -y jq
Fedora
RUN dnf install -y jq
Raspbian
RUN apt-get update && \ apt-get install -y jq
click the source code to copy install jq on any operating system with command-not-found.com