I have a json string that is being passed to a webapi, now the problem is, when I try adding special characters, the recieving object becomes null.
Here\'s I do it.
You need to set the Encoding of the WebClient
client.Encoding = Encoding.UTF8;