"aud": "4224b62351fc2325abc9537be838693b",
"created_at": "2020-12-18T10:06:36Z",
"domain": "test1.test.com",
"name": "test1"
},
{
"aud": "4224b62351fc2325abc9537be838693b",
"created_at": "2020-12-18T10:06:36Z",
"domain": "test2.test.com",
"name": "test2"
},
{
"aud": "4224b62351fc2325abc9537be838693b",
"created_at": "2020-12-18T10:06:36Z",
"domain": "test3.test.com",
"name": "test3"
},
{
"aud": "4224b62351fc2325abc9537be838693b",
"created_at": "2020-12-18T10:06:36Z",
"domain": "test4.test.com",
"name": "test4"
}
],
"success": true,
"errors": [],
"messages": []
}
выполняю jq --arg param domain '.result[].domain' config.json - получаю все домены ( как и ожидаемо )
выполняю jq --arg param domain '.result[].$param' config.json - получаю синтаксическую ошибку
jq: error: syntax error, unexpected '$', expecting FORMAT or QQSTRING_START (Unix shell quoting issues?) at <top-level>, line 1:
.result[].$param
что делаю не так ?
Правильное решение. Есть @jq_ru полуживой
невероятно. это слишком живая группа. п.с,: как говорится, сам себя не похвалишь - никто не похвалит
Обсуждают сегодня