Additional Detail from JIRA
|
|
| Votes |
0 |
| Component/s |
Foundation |
| Labels |
Bug |
| Assignee |
None |
| Priority |
Medium |
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.