internal class StoredFoo { [JsonPropertyName("foo")] public string Foo { get; set; } [JsonPropertyName("foo1")] public double Foo1 { get; set; } ...
確定! 回上一頁