CodingKeys

enum CodingKeys : String, CodingKey

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

  • kA

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

    Declaration

    Swift

    case kA = "spacer1"
  • kB

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

    Declaration

    Swift

    case kB = "spacer2"
  • kC

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

    Declaration

    Swift

    case kC = "spacer3"
  • kD

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

    Declaration

    Swift

    case kD = "spacer4"