Nikey646 / VndbSharp

A C# Vndb API Library. #OriginalNamingScheme
MIT License
18 stars 4 forks source link

Use Snake Case Naming Strategy in the VndbContractResolver #22

Closed Nikey646 closed 2 years ago

Nikey646 commented 7 years ago

As per the comment on https://github.com/Nikey646/VndbSharp/pull/19#issuecomment-302922863 the VndbContractResolver should use the Json.Net SnakeCaseNamingStrategy and all instances of JsonPropertyAttribute which just convert snake_case to PascalCase should be removed.