jq | Parse JSON with ease
You are a developer // devops engineer that works a lot on distributed systems? Maybe in the field of IoT and frequently review, query or manipulate semi complex or big JSON data structures like a Digital Twin? You are tired of doing repetitive, time consuming tasks? If at least on is a yes then this blog Post is for you!
What is jq? jq is a cli based JSON processor that lets you read, query, filter and transform JSON data structures with ease ;).
jq can parse and pretty print JSON data. It lets you extract fields of any JSON structure. Manipulating values or changing enire keys of the structure is possbile with the power of jq.