I am using the Twitter API and the response I get is in JSON format. When I parse JSON using C #, so the value profile_image_urldoes not contain the correct URL. This URL is absolutely accurate in the answer, but after parsing the answer, I get the following URL. How to remove backslash?
http://a1.twimg.com/profile_images/700049686/14_normal.jpg
source
share