mirror of
https://github.com/fankes/moshi.git
synced 2025-10-19 16:09:21 +08:00
Add JsonReader.skipName.
This commit is contained in:
@@ -68,7 +68,7 @@ internal class KotlinJsonAdapter<T>(
|
||||
val binding = if (index != -1) bindings[index] else null
|
||||
|
||||
if (binding == null) {
|
||||
reader.nextName()
|
||||
reader.skipName()
|
||||
reader.skipValue()
|
||||
continue
|
||||
}
|
||||
|
Reference in New Issue
Block a user