Liste mutable de Kotlin à JSON

val firstList = test[0] as List<Int>
val fourthElement = firstList[3] // 15
abdullah