I am trying to deserialize jsonoutput to the data table and getting the below error
Error converting value "1D" to type 'System.Int64'
I am using this - > JsonConvert.DeserializeObject(Of DataTable)(jSonOutput)
Data in the input column is similar to like this.
Column0 12 13 14 1D 12M