I'm dealing with an array
var employee = [{"firstName": "something", "LastName":"something", "addresss":"something"},{"firstName": "something", "LastName":"something", "addresss":"something"},{"firstName": "something", "LastName":"something", "addresss":"something"},...]
I need to strip out all attributes except for the addresses in the above array.
If anyone has a solution for this, I would greatly appreciate it.
Thank you in advance for your assistance.