jsonObjectToMap
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
Convert a JSONObject to a Map.
a Map representing the input, or null
if the input is null
a JSONObject to be converted