Closed lightsprint09 closed 7 years ago
In JSONDecodable Line 197 an empty array gets return. Why is there no MissingTypeError thrown. This pattern can be found in more places.
It does not make sense to return an empty array if the key is unavailable.
thanks for fixing this 👍
In JSONDecodable Line 197 an empty array gets return. Why is there no MissingTypeError thrown. This pattern can be found in more places.
It does not make sense to return an empty array if the key is unavailable.