Typealiases

The following typealiases are available globally.

  • A dictionary that only contains objects that can be represented in a JSON string.

    Declaration

    Swift

    public typealias EncodedDictionary = [String: Any]
  • An array that only contains objects that can be represented in a JSON string.

    Declaration

    Swift

    public typealias EncodedArray = [Any]