Is it possible to use ShouldSerialize with 2 same json property name?

后端 未结 0 1866
佛祖请我去吃肉
佛祖请我去吃肉 2021-01-26 15:19
public class Style
{
    [JsonProperty("cornerRadius")]
    public double CornerRadius { get; set; }

    [JsonProperty("cornerRadius")]
    public B         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题