CodingKeys

enum CodingKeys : String, CodingKey

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

  • kE

    A string used to decode the Int property kE from the key print_number.

    Declaration

    Swift

    case kE = "print_number"
  • kF

    A string used to decode the NodeType property kF from the key node_type.

    Declaration

    Swift

    case kF = "node_type"
  • kG

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

    Declaration

    Swift

    case kG = "event_description"
  • kH

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

    Declaration

    Swift

    case kH = "effect_description"