JSON to DataTable gives System.String[]

@Robert_Work

As it contains an internal array so instead deserialize as a JObject and then loop through each and use add data row to create required datatable

cheers