ArrayEncoding
public enum ArrayEncoding
Encoding to use for Array
values.
-
An empty set of square brackets (“[]”) are appended to the key for every value. This is the default encoding.
Declaration
Swift
case brackets
-
No brackets are appended to the key and the key is encoded as is.
Declaration
Swift
case noBrackets