using System.Xml.Serialization; using Newtonsoft.Json; namespace PartSource.Data.Nexpart { [XmlType(AnonymousType = true, Namespace = "http://whisolutions.com/pss/common/helper/parts")] public class Apps { [XmlElement(Namespace = "http://whisolutions.com/pss/common/helper/parts")] [JsonProperty("wipers")] public App[] App { get; set; } } }