I've never used autobeans or the reader, but take a look at JsonReader. It is responsible for converting JSON in to beans which you can then load into your list store.
Unless you want this behavior, the list store will fire an event each time an item is added so you may want to construct them all first and then add them (which will also fire an event, just one though, instead of n.