I have a class. It has several properties lets say 10. Out of these 10, 3 are filled with data remaining 7 are blank.i.e. empty strings \"\" Used this link as reference. I w
You can also use two annotations as follows:
[DefaultValue("")] [JsonProperty(DefaultValueHandling = DefaultValueHandling.Ignore)] public string Category { get; set; }