decode(_:from:)

    Parses the Decodable type from [UInt8]. This is the equivalent for JSONDecoder’s Decode function.

    JSONDecoder.swift:158
    func decode<D, S>(_: D.Type, from string: S) throws -> D where D : Decodable, S : StringProtocol

    Other members in extension

    Type members

    Instance members