pretty basic question I think, but I couldn\'t find info on that.
Through d3 I parse a csv and each object look like this
name: \"whatever\" number:
Use array.map:
var numbers = objects.map(function(o) { return o.number; });