[
{
"first" : {
"email" : "[email protected]"
},
"second" : {
"email" : "[email protected]"
}
}
]
as you know first and second is inside index 0 but how can read them using map without using like
user.map(c=>c.first.email)
{instead of[