Lista mutável de Kotlin para JSON

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