Decodable

protocol Decodable

Extension to allow deserialization of object from JSON data

  • Try to deserialize directly from JSON data

    Declaration

    Swift

    static func decode(data: Data) throws -> Self