Casing

public enum Casing

Enum defining the JSON casing conventions supported by JSONCache.

  • Indicates that JSON data is camelCased.

    Declaration

    Swift

    case camelCase
  • Indicates that JSON data is snake_cased.

    Declaration

    Swift

    case snake_case