jq is like sed for JSON data - you can use it to slice and filter and map and transform structured data with the same ease that sed, awk, grep and friends let you play with text. Visit jq manual to learn more about its capabilities.
jqi facilitates the work with jq by wrapping it in a nice graphical user interface and adds more functionality, which boost your productivity while querying &...