I have a List which is being populated from JSON. I need to convert it into an ObservableCollection to bind it to my GridView>
List
ObservableCollection
GridView>
ObervableCollection have constructor in which you can pass your list. Quoting MSDN:
public ObservableCollection( List list )