You can use [JsonProperty]
in this way:
using Newtonsoft.Json;
...
[JsonProperty("uvBa")]
public string UVBa { get; set; }
Reference here
CLICK HERE to find out more related problems solutions.
You can use [JsonProperty]
in this way:
using Newtonsoft.Json;
...
[JsonProperty("uvBa")]
public string UVBa { get; set; }
Reference here
CLICK HERE to find out more related problems solutions.