{
"features": [
{
"Data": {
"First Name": "AA1",
"Last Name": "AA2",
"Address": "AA3",
"Company": "AA4",
}
},
"Data": {
"First Name": "BB1",
"Last Name": "BB2",
"Address": "BB3",
"Company": "BB4",
}
},
{
"Data": {
"First Name": "CC1",
"Last Name": "CC2",
"Address": "CC3",
"Company": "CC4",
}
},
......
]
}
I have no idea what the right way to do this should be
How can i get Data from array of object of object with same name "Data"