# HOW TO EDIT THIS FILE: # The "handy ruler" below makes it easier to edit a package description. Line # up the first '|' above the ':' following the base package name, and the '|' # on the right side marks the last column you can put a character in. You must # make exactly 11 lines for the formatting to be correct. It's also # customary to leave one space after the ':'. |-----handy-ruler------------------------------------------------------| 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: