Samuel Vrablik
03/15/2023, 4:13 PM[{
"name": "My Item 1",
"value": {
"deepValue": {
"something": "anything"
}
}
},{
"name": "My Item 2",
"value": {}
}]
And I want to filter items which have deepValue
object on them. Is there any way how to accomplish that or should I create some boolean flag manually?Jason Bosco
03/15/2023, 5:43 PMSamuel Vrablik
03/15/2023, 5:44 PM