Answers for "json tiers dot in name c#"

C#
0

json tiers dot in name c#

public class JsonModel
{
   [JsonProperty(PropertyName = "Property.Something")]
   public string PropertySomething {get; set;}
}
Posted by: Guest on April-06-2020

C# Answers by Framework

Browse Popular Code Answers by Language