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. .
-
A string used to decode the String property
kAfrom the keyif_else_conditional.Declaration
Swift
case kA = "if_else_conditional" -
A string used to decode the String property
kBfrom the keyswitch_case.Declaration
Swift
case kB = "switch_case" -
A string used to decode the String property
kCfrom the keyguard.Declaration
Swift
case kC = "guard" -
A string used to decode the String property
kDfrom the keydo_catch_try.Declaration
Swift
case kD = "do_catch_try" -
A string used to decode the String property
kEfrom the keyvalue_reporter.Declaration
Swift
case kE = "value_reporter" -
A string used to decode the String property
kFfrom the keyerror_reporter.Declaration
Swift
case kF = "error_reporter"
CodingKeys Enumeration Reference