To answer the question on how to do this WITH NewtonSoft, you would use the JsonProperty property attribute flag.
[JsonProperty(PropertyName="non-veg")]
public string nonVeg { get; set; }
To answer the question on how to do this WITH NewtonSoft, you would use the JsonProperty property attribute flag.
[JsonProperty(PropertyName="non-veg")]
public string nonVeg { get; set; }