Obtenha apenas um tipo de JSON

data.map(function(item) {
    return item.name
});
Blushing Bug