What is jq? jq can transform JSON in various ways, by selecting, iterating, reducing and otherwise mangling JSON documents. Basically, jq is your sed for json :D. Can be found at https://stedolan.github.io/jq/ I randomly discovered jq recently and it seems to be quite the program I hoped it would be, in terms […]