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
{{ message }}
This repository was archived by the owner on Dec 14, 2018. It is now read-only.
Specifically want to explore more of the JSON serialization conventions now the #4283 fix is in:
Dictionary keys should maintain their case.
Complex objects with [JsonProperty(PropertyName = "...")] or [JsonProperty(NamingStrategyType = typeof(...))] on properties should be serialized according to those overrides.
Discussed offline and I believe we should aim to get this into 1.0.0.
The text was updated successfully, but these errors were encountered:
Specifically want to explore more of the JSON serialization conventions now the #4283 fix is in:
[JsonProperty(PropertyName = "...")]
or[JsonProperty(NamingStrategyType = typeof(...))]
on properties should be serialized according to those overrides.Discussed offline and I believe we should aim to get this into
1.0.0
.The text was updated successfully, but these errors were encountered: