How to use object filter method to filter dictionary list
What is the correct expression from the below used to filter the records that have the Status field set to Delete Sample Payload : [{ “data”: [ { “Name”: “Harsha”, “Id”: “1234”, “City”: “NY”, “Status”: “Delete” }, { “Name”: “Chaithanya”, “Id”: “1235”...