jq (1) Linux Manual Page
NAME jq – Command-line JSON processor SYNOPSIS jq [options…] filter [files…] jq can transform JSON in various ways, by selecting, iterating, reducing and otherwise mangling JSON documents. For instance, running the command jq ‘map(.price) | add’ will take an array of JSON objects as input and return the sum of their "price" fields. jq can…
