Deserialize json of which one property is an array

I have a prob dezerializing my .json. I cant use the deserialize json activity cause on of the properties is an array and I can’t use the deserialize jsonarrayactivity cause the rest isn’t, anyone know how to solve this?

have you tried nested json deserialize?
.
.
deserialize json activity
for each JObject
{
deserialize json activity
.
.
}