toList

open fun <T> toList(jsonArray: JSONArray): List<T>

Convert JSONArray of T into list of T

Return

Parameters

jsonArray
<T>

Throws