steamclock / netable

A Swift library for encapsulating network APIs using Codable in a type-oriented way.
MIT License
99 stars 3 forks source link

Improve handling of 'non-Swifty' keys with codeable #26

Closed brendanlensink closed 4 years ago

brendanlensink commented 5 years ago

It would be neat to automatically convert things like snake_case to camelCase, etc.

We probably want to manage this on a per-model basis.