Assuming I have the following:
var array = [ {\"name\":\"Joe\", \"age\":17}, {\"name\":\"Bob\", \"age\":17}, {\"name\":\"Carl\
underscore.js _.uniq(_.pluck(array,"age"))
_.uniq(_.pluck(array,"age"))