leslie-heinzen/nyt-api-dotnet-client

Add JsonProperty attributes to models

Opened this issue · 0 comments

API contains lots of snake_case properties. Use JsonProperty to de-serialize correctly.

Tempted to just use something like NSwagStudio to auto-gen the types as a first pass.