CodingKeys
enum CodingKeys : String, CodingKey
An enum that conforms to the CodingKey protocol for storing the key strings used to decode kDOb from the JSON data.
-
A string used to decode the String property
kAfrom the keyspacer1.Declaration
Swift
case kA = "spacer1" -
A string used to decode the String property
kBfrom the keyspacer2.Declaration
Swift
case kB = "spacer2" -
A string used to decode the String property
kCfrom the keyspacer3.Declaration
Swift
case kC = "spacer3" -
A string used to decode the String property
kDfrom the keyspacer4.Declaration
Swift
case kD = "spacer4"
CodingKeys Enumeration Reference