How to filter json data using jq?

How to filter json data using jq? With increase use of API and event driven architectures which mostly use JSON as payload, its essential for a DevOps or Software engineer to know how to filter json data. What is JSON? JSON or JavaScript Object Notation is a text-based standard used to store and transmit data objects between applications, clients and servers in the web. A JSON data object consist of key-value pairs and arrays…

Comments Off on How to filter json data using jq?