I have a javascript object:
[
{
"id":"123",
"name":"abc",
"email":"[email protected]"
},
{
"id":"465",
"name":"pqr",
"email":"[email protected]"
}
]
I want to concatenate all the names to a single string separated by a comma. I found a solution from https://stackoverflow.com/a/28474201 which concatenates all the keys but I want to concatenate only a specific key