You can directly convert full datatable to json string using Newtonsoft.Json.JsonConvert.SerializeObject(dt)
Hope this helps
cheers
You can directly convert full datatable to json string using Newtonsoft.Json.JsonConvert.SerializeObject(dt)
Hope this helps
cheers