Hi i have the data like below,
data = [
{
attributes: [{key: '', value: ''}, {key: 'name1', value: ''}],
info: '',
meshes: [],
}
{
attributes: [{key: '', value: ''}, {key: '', value: ''}],
info: '',
meshes: [],
}
.....so on....
]
So from above data i want to check if each attributes has key and value empty or undefined. how can i check that. could someone help me with this. thanks.