[{ date="4/7/2012", username="dealcloud", user_id=304378189, location="New York"},
{ date="4/7/2012", username="rizwanharun", user_id=18932327, location="Los Angeles"},
{ date="4/7/2012", username="aimtoendhunger", user_id=122384145, location="Chicago"},
{ date="4/7/2012", username="Sindy882", user_id=705160297, location="Miami"}}]
Is there a way to add a new object with variables and values at the end of each existing object? For example, I would like to include 'location' along with date, username, and user_id in each object.
Thanks in advance for the assistance!