Decodable

public protocol Decodable

Undocumented

  • decode(_:) Default implementation

    Undocumented

    Default Implementation

    Undocumented

    Declaration

    Swift

    static func decode(_ json: Any) throws -> Self