JSONResponseDecoder

public struct JSONResponseDecoder : ResponseDecoding

Undocumented

  • Undocumented

    Declaration

    Swift

    public func decode<T>(_ type: T.Type, from data: Data) throws -> T where T : Decodable
  • Undocumented

    Declaration

    Swift

    public init()