Hi I have a string in the form:
{"Fruit":"Meat",
"Vegetable":[
{"Name":"Author1","Date":"12"},
{"Name":"Author2","Date":"2"},
{"Name":"Author3","Date":"14"}
.
.
.
{"Name": "AuthorN", "Date":"18"}
]
}
that's associated with a JSON/GetNames service.
What's a JavaScript function that can parse and return every "Name" under "Vegetable"?