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 096eff7 commit 8d51230Copy full SHA for 8d51230
qs-kotlin/src/main/kotlin/io/github/techouse/qskotlin/models/DecodeOptions.kt
@@ -34,7 +34,11 @@ data class DecodeOptions(
34
/** Set to `true` to allow empty List values inside Maps in the encoded input. */
35
val allowEmptyLists: Boolean = false,
36
37
- /** Set to `true` to allow sparse Lists in the encoded input. */
+ /**
38
+ * Set to `true` to allow sparse Lists in the encoded input.
39
+ *
40
+ * Note: If set to `true`, the lists will contain `null` values for missing indices.
41
+ */
42
val allowSparseLists: Boolean = false,
43
44
/**
0 commit comments