farhin00farhin
12/27/2018 - 10:27 AM

convert jsonarray/jarray to object type

array.ToObject<List<SelectableEnumItem>>()

//example : 

IEnumerable<Clothes> clths = data.data.clothes.ToObject<List<Clothes>>();