Processing data with JQ
· 7 min read
Introduction JQ is a tool to process JSON data. It’s great for inspecting, filtering, parsing and reshaping JSON data.
We will be looking at:
The commands JQ offers us How to inspect some JSON data How to filter How to map our JSON to a new JSON data structure How to convert our JSON into another data structure Installation There are full installation instructions for most platforms in the official documentation.