Skip to content

ENH: Add support for case-insensitive keys on deserialization #46

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Dec 14, 2022

Conversation

rbygrave
Copy link
Contributor

  • Adds @JSON(caseInsensitiveKeys=true)
  • When set on deserialization match keys case-insensitive using toLowerCase

- Adds @JSON(caseInsensitiveKeys=true)
- When set on deserialization match keys case-insensitive using toLowerCase
@rbygrave rbygrave added the enhancement New feature or request label Dec 14, 2022
@rbygrave rbygrave added this to the 1.1 milestone Dec 14, 2022
@rbygrave rbygrave self-assigned this Dec 14, 2022
@rbygrave rbygrave linked an issue Dec 14, 2022 that may be closed by this pull request
@rbygrave rbygrave merged commit d71e3d5 into main Dec 14, 2022
@rbygrave rbygrave deleted the feature/case-insensitive-keys branch December 14, 2022 23:01
@SentryMan
Copy link
Collaborator

Does not appear to work with the @Property annotation

@SentryMan
Copy link
Collaborator

nvm, it works

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

(Feature-Request) Case-insensitive Deserialization Option
2 participants