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
Could you provides a way to opt-in to case-sensitive property deserialization?
It could take the form of a property of JsonSerializerSettings or JsonSerializer. This property could be a boolean or an enum type (permits a fine grain choice: in ctor and/or properties).
JsonPropertyCollection.GetClosestMatchProperty is used in:
JsonSerializerInternalReader where is already present a property Serializer of type JsonSerializer,
DefaultContractResolver whose instance is provided by JsonSerializer.
sataqi, frabul, bpaczkowski, JoakimLoop54, rasmuseeg and 29 more