CodingKeys
enum CodingKeys : String, CodingKey
An enum that conforms to the CodingKey protocol for storing the key strings used to decode KB21 from the JSON data. .
-
A string used to decode the Int property
kCfrom the keyfunction_number.Declaration
Swift
case kC = "function_number" -
A string used to decode the Bool property
kIfrom the keyfunction_number_always_custom.Declaration
Swift
case kI = "function_number_always_custom" -
A string used to decode the String property
kJfrom the keyfunction_type.Declaration
Swift
case kJ = "function_type" -
A string used to decode the KD31 array property
kD31Afrom the keyfunction_nodes.Declaration
Swift
case kD31A = "function_nodes"
CodingKeys Enumeration Reference