CodingKeys

enum CodingKeys : String, CodingKey

An enum that conforms to the CodingKey protocol for storing the key strings used to decode kCOb from the JSON data. .

  • kA

    A string used to decode the String property kA from the key initialiser.

    Declaration

    Swift

    case kA = "initialiser"
  • kB

    A string used to decode the String property kB from the key custom_function.

    Declaration

    Swift

    case kB = "custom_function"
  • kC

    A string used to decode the String property kC from the key system_method_override.

    Declaration

    Swift

    case kC = "system_method_override"
  • kD

    A string used to decode the String property kD from the key action_method.

    Declaration

    Swift

    case kD = "action_method"
  • kE

    A string used to decode the String property kE from the key delegate_method.

    Declaration

    Swift

    case kE = "delegate_method"
  • kF

    A string used to decode the String property kF from the key datasource_method.

    Declaration

    Swift

    case kF = "datasource_method"
  • kG

    A string used to decode the String property kG from the key computed_variable.

    Declaration

    Swift

    case kG = "computed_variable"
  • kH

    A string used to decode the String property kH from the key protocol_extension_method.

    Declaration

    Swift

    case kH = "protocol_extension_method"