JSONResponseDecoder

final class JSONResponseDecoder : ResponseDecoder

JSON 데이터를 디코드하는 역할

  • Declaration

    Swift

    private let jsonDecoder: JSONDecoder
  • Declaration

    Swift

    init()
  • Declaration

    Swift

    func decode<T>(_ data: Data) throws -> T where T : Decodable