Skip to content
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

Use PropertyName of JsonPropertyAttribute to map attributes. #6

Merged
merged 1 commit into from
Mar 22, 2017
Merged

Use PropertyName of JsonPropertyAttribute to map attributes. #6

merged 1 commit into from
Mar 22, 2017

Conversation

berhir
Copy link
Contributor

@berhir berhir commented Dec 8, 2016

Check if a JsonPropertyAttribute is present and use the PropertyName to find the right attribute in the dictionary.
This allows us to use PascalCasing for property names even if the API uses different naming conventions.

@coveralls
Copy link

Coverage Status

Coverage decreased (-0.3%) to 90.135% when pulling a197791 on berhir:JsonPropertyAttribute into 3dda1b7 on eoin55:master.

@berhir berhir mentioned this pull request Dec 8, 2016
@eoin55 eoin55 merged commit a197791 into eoin55:master Mar 22, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants