Obtenez un seul type de JSON

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