BetterCodable icon indicating copy to clipboard operation
BetterCodable copied to clipboard

SnakeCaseCodingKey And CamelCase handling?

Open umairsuraj opened this issue 6 years ago • 1 comments

let json = """ {"user_id": "abc", "name": "tattn"} """.data(using: .utf8)!

For Upper Camel Case:

let json = """ {"UserId": "abc", "Name": "tattn"} """.data(using: .utf8)!

umairsuraj avatar Jan 09 '20 11:01 umairsuraj

See also #51.

NachoSoto avatar Apr 27 '22 18:04 NachoSoto