We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
md5: 5d1e83f448a534309a0a99cc00746509
Issue Description:
On macOS if you call
JSONDecoder().superDecoder(keyedBy: .key)
and there are no values for that key it still returns a Decoder.
On Linux it will throw a DecodingError.keyNotFound error.
I would expect that both platforms are consistent.
The text was updated successfully, but these errors were encountered:
JSONDecoder
Successfully merging a pull request may close this issue.
Additional Detail from JIRA
md5: 5d1e83f448a534309a0a99cc00746509
Issue Description:
On macOS if you call
and there are no values for that key it still returns a Decoder.
On Linux it will throw a DecodingError.keyNotFound error.
I would expect that both platforms are consistent.
The text was updated successfully, but these errors were encountered: