We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
I'm trying to utilize this because we get some inconsistent cases from lots of different source, but it looks like it is case sensitive
Is there a way to configure JsonProperty() to not have a case sensitive name
The text was updated successfully, but these errors were encountered:
I think we had a discussion about supporting multiple decorators, I am not sure if this works already though. Will look into it soon.
This would mean you could use:
@JsonProperty("name", String) @JsonProperty("Name", String) name: string = undefined
Sorry, something went wrong.
@andreas-aeschlimann yeah thats probably the best bet... but you would have to do every permutation;
For instance these should all be valid:
parameterid parameterId parameterID ParameterId ParameterID
It starts to get pretty insane
Todo: case insensitive mode
This has been implemented and will be included in the new version 1.0.7.
andreas-aeschlimann
No branches or pull requests
I'm trying to utilize this because we get some inconsistent cases from lots of different source, but it looks like it is case sensitive
Is there a way to configure JsonProperty() to not have a case sensitive name
The text was updated successfully, but these errors were encountered: