Kotlin Motible List to Json

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