CodingKeys
enum CodingKeys : String, CodingKey
An enum that conforms to the CodingKey protocol for storing the key strings used to decode kCOb from the JSON data. .
-
A string used to decode the String property
kAfrom the keyinitialiser.Declaration
Swift
case kA = "initialiser" -
A string used to decode the String property
kBfrom the keycustom_function.Declaration
Swift
case kB = "custom_function" -
A string used to decode the String property
kCfrom the keysystem_method_override.Declaration
Swift
case kC = "system_method_override" -
A string used to decode the String property
kDfrom the keyaction_method.Declaration
Swift
case kD = "action_method" -
A string used to decode the String property
kEfrom the keydelegate_method.Declaration
Swift
case kE = "delegate_method" -
A string used to decode the String property
kFfrom the keydatasource_method.Declaration
Swift
case kF = "datasource_method" -
A string used to decode the String property
kGfrom the keycomputed_variable.Declaration
Swift
case kG = "computed_variable" -
A string used to decode the String property
kHfrom the keyprotocol_extension_method.Declaration
Swift
case kH = "protocol_extension_method"
CodingKeys Enumeration Reference