toList

expect fun toList(): List<Any?>(source)

Gets content of the current object as a List. The values contained in the returned List object are all JSON based values.

Return

the List object representing the content of the current object in the JSON format.

actual fun toList(): List<Any?>(source)
actual fun toList(): List<Any?>(source)