Is it possible to store an Object into an Object..I have tried to this in my code with entry:entry but no success.
I have no problem with Object[String, String] but Object[Object, String] is not working for me.
$.each(data.scheduleEntries, function(index, entry){
arr[{entry:entry}] = entry.startDate;
})