Nombre de propiedad de cambio de JSON JSON JSON

using Newtonsoft.Json;
// ...

[JsonProperty(PropertyName = "FooBar")]
public string Foo { get; set; }
Enchanting Emu