XmlDocument doc = new XmlDocument(); doc.LoadXml(xmlData.ToString()); string jsonText = Newtonsoft.Json.JsonConvert.SerializeXmlNode(doc);