Re: #137
Extensions that can be removed
Date
URL
String
Int
Double
Bool
Extensions that cannot be removed
These cannot be removed completely, because Array.decoder and others use them. The question here is rather if they should be DynamicDecodable or "fixed".
Re: #137
Extensions that can be removed
DateURLStringIntDoubleBoolExtensions that cannot be removed
NSDictionaryNSArrayThese cannot be removed completely, because
Array.decoderand others use them. The question here is rather if they should beDynamicDecodableor "fixed".