I have following JSON String and i want to insert the values in SQL database using C#.
{ \"request\": { \"Target\": \"Affiliate\", \"F
The deserializer does not know what to do with the type DataSet.
Look at this answer: https://stackoverflow.com/a/11982180/1235106