CodingKeys
enum CodingKeys : String, CodingKey
An enum that conforms to the CodingKey protocol for storing the key strings used to decode KD31 from the JSON data.
-
A string used to decode the Int property
kEfrom the keyprint_number.Declaration
Swift
case kE = "print_number" -
A string used to decode the NodeType property
kFfrom the keynode_type.Declaration
Swift
case kF = "node_type" -
A string used to decode the String property
kGfrom the keyevent_description.Declaration
Swift
case kG = "event_description" -
A string used to decode the String property
kHfrom the keyeffect_description.Declaration
Swift
case kH = "effect_description"
CodingKeys Enumeration Reference