Skip to content

SnakeCaseCodingKey And CamelCase handling? #13

Description

@umairsuraj

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

For Upper Camel Case:

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

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions