Website: jqlang.github.io/jq
jq is a lightweight and flexible command-line JSON processor. It is the go-to tool for parsing, filtering, mapping, and transforming JSON data in shell scripts and command-line workflows, supporting a rich query language similar to how sed/awk work for text.
.[]select(), map(), group_by(), sort(), and many moreLinux, macOS, BSD, Windows
MIT License