对于PropertyName属性,可以使用JsonPropertyName。 public class MyClass { [JsonPropertyName("status")] public string Status { get; set; } }. picture ...
確定! 回上一頁