Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

SnakeCaseCodingKey And CamelCase handling? #13

Open
umairsuraj opened this issue Jan 9, 2020 · 1 comment
Open

SnakeCaseCodingKey And CamelCase handling? #13

umairsuraj opened this issue Jan 9, 2020 · 1 comment
Labels
enhancement New feature or request

Comments

@umairsuraj
Copy link

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

For Upper Camel Case:

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

@marksands marksands added the enhancement New feature or request label Jun 2, 2020
@NachoSoto
Copy link
Contributor

See also #51.

# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

3 participants