ArrayEncoding

public enum ArrayEncoding

Configures how Array parameters are encoded.

  • An empty set of square brackets ([]) are sppended to the key for every value.

    Declaration

    Swift

    case brackets
  • No brackets are appended to the key and the key is encoded as is.

    Declaration

    Swift

    case noBrackets