Open

Description
Hi, I am looking for a solution where my data is
[ { "name": "rahul", "email": "[email protected]" }, { "name": "amit", "email": "[email protected]" }, { "email": "[email protected]" }, { "name": "brijesh", "email": "[email protected]" } ]
Note: name key is missing in third object
query: [].name
result:
[ "rahul", "amit", "brijesh" ]
expected result:
[ "rahul", "amit", "", "brijesh" ]
please help
Thanks
Metadata
Metadata
Assignees
Labels
No labels