json tiers dot in name c#

C#
public class JsonModel
{
   [JsonProperty(PropertyName = "Property.Something")]
   public string PropertySomething {get; set;}
}
Source

Also in C#: