toList

actual open override fun toList(): List<Any?>(source)
expect open override 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 open override 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 open override fun toList(): List<Any?>(source)