SyntaxFix
Write A Post
Hire A Developer
Questions
json = File.ReadAllText(System.AppDomain.CurrentDomain.BaseDirectory + "App_Data\\" +download_file[0]); DataTable dt = (DataTable)JsonConvert.DeserializeObject(json, (typeof(DataTable)));