Anotasi Properti JSON C#

[JsonProperty("name")]
public string Name { get; set; }
Maaaruf