CodingKeys

enum CodingKeys : String, CodingKey

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

  • kA

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

    Declaration

    Swift

    case kA = "if_true_condition"
  • kB

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

    Declaration

    Swift

    case kB = "else_condition"
  • kC

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

    Declaration

    Swift

    case kC = "if_true_condition_negative_outcome"
  • kD

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

    Declaration

    Swift

    case kD = "else_condition_positive_outcome"
  • kE

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

    Declaration

    Swift

    case kE = "case_true_positive_outcome"
  • kF

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

    Declaration

    Swift

    case kF = "case_true_negative_outcome"
  • kG

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

    Declaration

    Swift

    case kG = "guard_pass"
  • kH

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

    Declaration

    Swift

    case kH = "guard_fail"
  • kI

    A string used to decode the String property kI from the key do_try_pass.

    Declaration

    Swift

    case kI = "do_try_pass"
  • kJ

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

    Declaration

    Swift

    case kJ = "catch_try_fail"
  • kK

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

    Declaration

    Swift

    case kK = "value_reporter"
  • kL

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

    Declaration

    Swift

    case kL = "error_reporter"