jsonArrayToList

fun jsonArrayToList(jsonArray: JSONArray?): List<Any>?

Converts a JSONArray to a List.

Return

a List representing the input, or null if said input is null

Parameters

jsonArray

a JSONArray to be converted