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.
2 parents 79e3baa + 99c2a1a commit 49e8a3fCopy full SHA for 49e8a3f
KakaJSON/Extension/Dictionary+KJ.swift
@@ -91,6 +91,8 @@ extension Dictionary where Key == String {
91
guard let index = Int(subKey),
92
case array.indices = index else { return nil }
93
value = array[index]
94
+ } else {
95
+ break
96
}
97
98
return value
0 commit comments