Anviking / Decodable

[Probably deprecated] Swift 2/3 JSON unmarshalling done (more) right
MIT License
1.04k stars 73 forks source link

Decoding of <T: Decodable>[T: Any] #120

Open Anviking opened 7 years ago

Anviking commented 7 years ago

… causes ambiguity, and has therefore been removed. This is suboptimal.

Dictionary.decoder can be used in the meantime.