Answers for "newtonsoft json change property name"

0

newtonsoft json change property name

using Newtonsoft.Json;
// ...

[JsonProperty(PropertyName = "FooBar")]
public string Foo { get; set; }
Posted by: Guest on August-11-2021

Code answers related to "newtonsoft json change property name"

Code answers related to "Javascript"

Browse Popular Code Answers by Language