Kotlin Daftar Mutable ke JSON

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