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 2b3b10d commit d299b07Copy full SHA for d299b07
qs-kotlin/src/main/kotlin/io/github/techouse/qskotlin/internal/Decoder.kt
@@ -198,7 +198,7 @@ internal object Decoder {
198
else -> Utils.combine<Any?>(emptyList<Any?>(), leaf)
199
}
200
} else {
201
- val mutableObj = HashMap<Any, Any?>(1)
+ val mutableObj = LinkedHashMap<Any, Any?>(1)
202
val cleanRoot =
203
if (root.startsWith("[") && root.endsWith("]")) {
204
root.substring(1, root.length - 1)
0 commit comments