Closed Nikey646 closed 2 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.
VndbContractResolver
SnakeCaseNamingStrategy
JsonPropertyAttribute
As per the comment on https://github.com/Nikey646/VndbSharp/pull/19#issuecomment-302922863 the
VndbContractResolver
should use the Json.NetSnakeCaseNamingStrategy
and all instances ofJsonPropertyAttribute
which just convert snake_case to PascalCase should be removed.