MVVM viewmodel async data initialization
问题 I am trying to get familiar with Windows Store apps and the MVVM pattern (I'm new to this platform). I have a very simple app that parses a list of Person objects from a json file, then shows them in a gridView. I have created a PeopleViewModel class to serve as the view model for my mainpage, which handles the parsing, and exposes the array of objects for the view. The parsing method: public async Task init() { StorageFolder resourceFolder = Windows.ApplicationModel.Package.Current