5
Answers

How to Convert Json to Datatable in c#

Photo of Sourav Kumar Das

Sourav Kumar Das

6y
24.2k
1
  1. [{"TypeId":"1","TypeName":"Wastage not collected"},{"TypeId":"2","TypeName":"Drainage not cleaned"},{"TypeId":"3","TypeName":"Dispose dead animal"},{"TypeId":"4","TypeName":"Sweeper Misbehaviour"},{"TypeId":"5","TypeName":"Water supply issue"},{"TypeId":"6","TypeName":"Wastage burning issue"},{"TypeId":"7","TypeName":"Others"}]  
 
How to convert JSON Data to Datatable using C# of web application without putting into the text document?
 
If there's a solution please let me know it.. 

Answers (5)