We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b3494aa commit 585dae0Copy full SHA for 585dae0
Sources/SwiftCompilerPluginMessageHandling/JSON/JSONDecoding.swift
@@ -1041,6 +1041,7 @@ extension JSONDecoding.UnkeyedContainer: UnkeyedDecodingContainer {
1041
mutating func decodeNil() throws -> Bool {
1042
if !isAtEnd && array[_currMapIdx].isNull {
1043
advanceToNextValue()
1044
+ return true
1045
}
1046
// The protocol states:
1047
// If the value is not null, does not increment currentIndex.
0 commit comments