You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Great solution! You're a lifesaver. The only thing I would recommend is to maybe use [JsonProperty(Name="someJsonName")] for the name of the class members, that way you can keep the CapitalCase standard for each property in their respective models.
Great solution! You're a lifesaver. The only thing I would recommend is to maybe use
[JsonProperty(Name="someJsonName")]for the name of the class members, that way you can keep theCapitalCasestandard for each property in their respective models.