jsonObjectToMap

fun jsonObjectToMap(jsonObject: JSONObject?): Map<String, Any?>?

Convert a JSONObject to a Map.

Return

a Map representing the input, or null if the input is null

Parameters

jsonObject

a JSONObject to be converted