Получите только один тип от JSON

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