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 kAOb from the key outcome_symbols.

    Declaration

    Swift

    case kAOb = "outcome_symbols"
  • A string used to decode the String property kBOb from the key controlflow_node_type_symbols.

    Declaration

    Swift

    case kBOb = "controlflow_node_type_symbols"
  • A string used to decode the String property kCOb from the key function_type_symbols.

    Declaration

    Swift

    case kCOb = "function_type_symbols"
  • A string used to decode the String property kDOb from the key spacers.

    Declaration

    Swift

    case kDOb = "spacers"