Using yq for JSON YAML transformation

yq (https://github.com/mikefarah/yq) is a YAML, JSON, and XML processor. You can also use it to convert YAML to JSON (and the other way round). It has jq (https://stedolan.github.io/jq/) like syntax. You can install yq on macOS using brew: $ brew install yq With windows, using the Chocolatey package manager $ choco install yq For other … Continue reading Using yq for JSON YAML transformation