{
"1": {
"emails": [
{
"address": "[email protected]",
"verified": true
}
],
"_id": "dgBWJ4qBNsxa9a4MketL",
"createdAt": "2019-07-23T15:33:34.270Z",
"username": "[email protected]",
"profile": {
"active": true
}
}
}
i want to access "[email protected]" from the "address"
This is what i have tried
{ key: "emails[0].address", label: "Email" }