I am trying to access a website using C# and HttpWebRequest. I can get the response from the website but the response is in JSON. Is there any way to get the response in XML instead of JSON so I can use XmlDocument to parse through the information? I was asked to use XML instead of JSON...
Any help is appreciated! :)