CodingKeys

enum CodingKeys : String, CodingKey

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

  • kC

    A string used to decode the Int property kC from the key function_number.

    Declaration

    Swift

    case kC = "function_number"
  • kI

    A string used to decode the Bool property kI from the key function_number_always_custom.

    Declaration

    Swift

    case kI = "function_number_always_custom"
  • kJ

    A string used to decode the String property kJ from the key function_type.

    Declaration

    Swift

    case kJ = "function_type"
  • A string used to decode the KD31 array property kD31A from the key function_nodes.

    Declaration

    Swift

    case kD31A = "function_nodes"