Click here to Skip to main content
15,949,686 members

Comments by jerry0davis (Top 1 by date)

jerry0davis 25-May-19 9:39am View    
As you predited - NewtonsoftJSON

BusTimeTable resultsBTT = JsonConvert.DeserializeObject<BusTimeTable>(responseString);


How do I itterate through dynamic JSON using NewtonsoftJSON?

Thanks