jq: jq (Command-line JSON processor) jq: jq: jq is like sed for JSON data. It can slice, filter, map, and transform jq: structured data with the same ease that sed, awk, grep, and friends jq: let you play with text. It is written in portable C, and it has zero jq: runtime dependencies. jq can mangle the data format that you have into jq: the one that you want with very little effort, and the program to do jq: so is often shorter and simpler than you'd expect. jq: jq: Homepage: https://jqlang.github.io/jq/ jq: jq: