toMap

open fun <T> toMap(jsonObject: JSONObject): Map<String, T>

Convert JSONObject into Map of String to T

Return

Parameters

jsonObject
<T>

Throws