I am trying to deserialize JSON output 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
16
17