CodingKeys
enum CodingKeys : String, CodingKey
An enum that conforms to the CodingKey protocol for storing the key strings used to decode FormattingManagerService from the JSON data.
-
A string used to decode the String property
kAObfrom the keyoutcome_symbols.Declaration
Swift
case kAOb = "outcome_symbols" -
A string used to decode the String property
kBObfrom the keycontrolflow_node_type_symbols.Declaration
Swift
case kBOb = "controlflow_node_type_symbols" -
A string used to decode the String property
kCObfrom the keyfunction_type_symbols.Declaration
Swift
case kCOb = "function_type_symbols" -
A string used to decode the String property
kDObfrom the keyspacers.Declaration
Swift
case kDOb = "spacers"
CodingKeys Enumeration Reference