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. .
-
A string used to decode the String property
kAfrom the keyif_true_condition.Declaration
Swift
case kA = "if_true_condition" -
A string used to decode the String property
kBfrom the keyelse_condition.Declaration
Swift
case kB = "else_condition" -
A string used to decode the String property
kCfrom the keyif_true_condition_negative_outcome.Declaration
Swift
case kC = "if_true_condition_negative_outcome" -
A string used to decode the String property
kDfrom the keyelse_condition_positive_outcome.Declaration
Swift
case kD = "else_condition_positive_outcome" -
A string used to decode the String property
kEfrom the keycase_true_positive_outcome.Declaration
Swift
case kE = "case_true_positive_outcome" -
A string used to decode the String property
kFfrom the keycase_true_negative_outcome.Declaration
Swift
case kF = "case_true_negative_outcome" -
A string used to decode the String property
kGfrom the keyguard_pass.Declaration
Swift
case kG = "guard_pass" -
A string used to decode the String property
kHfrom the keyguard_fail.Declaration
Swift
case kH = "guard_fail" -
A string used to decode the String property
kIfrom the keydo_try_pass.Declaration
Swift
case kI = "do_try_pass" -
A string used to decode the String property
kJfrom the keycatch_try_fail.Declaration
Swift
case kJ = "catch_try_fail" -
A string used to decode the String property
kKfrom the keyvalue_reporter.Declaration
Swift
case kK = "value_reporter" -
A string used to decode the String property
kLfrom the keyerror_reporter.Declaration
Swift
case kL = "error_reporter"
CodingKeys Enumeration Reference