Sourav Kumar Das

Sourav Kumar Das

  • 492
  • 2.5k
  • 166.2k

How to Convert Json to Datatable in c#

Feb 27 2019 6:16 AM
  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)