JSON Without a name

So basically I have a API that responds back with json similar to below. Make can’t allow me to do anything useful with this because it thinks the first A000… is a name, it’s really a value and changes dynamically. I would like to basically be able to perform a task that sends out SSP-2222 and SSP-1111 in an email.

{
“scans”: [
{
“A0001”: {
“id”: “A0001”,
“name”: “SSP-1111”,
“owner”: “falegk”
},
“A0002”: {
“id”: “A0002”,
“name”: “SSP-2222”,
“owner”: “falegk”
}
]
}