There is any way to get parse this json with jq within a single command? I would like to do something like this: jq .key.first. But yea, taking into consideration that the key is a string and need to be first parsed to json.
{
"key": "{\"first\":\"123\",\"second\":\"456\"}"
}