CodingKeys

enum CodingKeys : String, CodingKey

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

  • kA

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

    Declaration

    Swift

    case kA = "if_else_conditional"
  • kB

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

    Declaration

    Swift

    case kB = "switch_case"
  • kC

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

    Declaration

    Swift

    case kC = "guard"
  • kD

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

    Declaration

    Swift

    case kD = "do_catch_try"
  • kE

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

    Declaration

    Swift

    case kE = "value_reporter"
  • kF

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

    Declaration

    Swift

    case kF = "error_reporter"