Decodable

extension Decodable

Usage examples: see extension Encodable

  • Decodes Data into Self

    Throws

    on error

    Declaration

    Swift

    public static func decode(with decoder: JSONDecoder = JSONDecoder(), from data: Data) throws -> Self

    Parameters

    decoder

    defaults to JSONDecoder

    data

    previously encoded Data

    Return Value

    a Self value