string xml = @"<?xml version=""1.0"" standalone=""no""?>
<root>
<person id=""1"">
<name>Alan</name>
<url>http://www.google.com</url>
</person>
<person id=""2"">
<name>Louis</name>
<url>http://www.yahoo.com</url>
</root>";
XmlDocument doc = new XmlDocument();
doc.LoadXml(xml);//for deserialize it in to jsonstring jsonText = JsonConvert.SerializeXmlNode(doc);
string jsonText = JsonConvert.SerializeXmlNode(doc);
You need to be a premium member to use this feature. To access it, you'll have to upgrade your membership.
Become a sharper developer and jumpstart your career.
$0
$
. 00
monthly
For Basic members:
$20
For Premium members:
$45
For Elite members: