I've got a class that gets a JSON object - and within this JSON object is a list of items.
I'm trying to do what I think is very simple -- but I'm missing something -- being able to bind a tilelist to an array of this returned objects.items. I've tried manually parsing through these items and doing an addItem(return.items[i]) into an arraycollection - but this doesn't seem to be working at all. Any thoughts or examples please?

