Flight-School / AnyCodable

Type-erased wrappers for Encodable, Decodable, and Codable values
https://flight.school/books/codable
MIT License
1.28k stars 132 forks source link

Equatable fix #71

Closed ytyubox closed 1 year ago

ytyubox commented 2 years ago

Just use magic NSArray and NSDictionary to allow Equatable.

filblue commented 1 year ago

It fixes #59

filblue commented 1 year ago

@minacle wdyt?