I have an object which looks like below
{
"containers": [
{
"fields": [
{},
{},
'associative1': {},
'associative2': {}
]
}
]
}
So basically "fields" is an array which has elements like both fields[0], fields[1] & fields[associative1], fields[associative2]
My question is can I dynamically remove "just" the numbered elements... so finally 'fields' should just have associative1, associative2 elements