I am trying to return a class object where it will serialize the json without lowercase of the first letter of the property names. I can add the [JsonProperty{"MyField")] and that does work but is there a easier way as I have a lot of properties to do this for on the class. I don't want to set a global setting where it may break some things so just trying to see in my API best way to make sure the serialized json returns as is.
Thanks all