If I have an array of dictionaries in my NSUserDefaults:
["name":"John", "birthplace":"New York"]
["name":"Eric", "birthplace":"London"]
["name":"Sven", "birthplace":"Stockholm"]
["name":"Pierre", "birthplace":"Paris"]
What is the simplest way to get all the names into an array like this
John, Eric, Sven , Pierre