AnyCodableDictionary

public struct AnyCodableDictionary : Codable

Wrapper for any codable dictionary.

  • Declaration

    Swift

    public init(from decoder: Decoder) throws
  • Declaration

    Swift

    public func encode(to encoder: Encoder) throws