Json – How can I convert an array of strings to an object using jq?
If I have an array such as this one: [ [ "AppA", "ServiceA", "SecretKey", "topSecretKeyA" ], [ "AppB", "ServiceB", "SecretKey", "topSecretKeyB" ], [ "AppC", "ServiceC", "SecretKey", "topSecretKeyC" ] ] How can I convert this to an object that looks like…