Skip to content

Provide a way to do case-sensitive property deserialization #815

Open
@MuiBienCarlota

Description

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.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions