jsonObjectToStringMap
Convert a JSONObject to a flat, string-keyed and string-valued map. All values are recorded as strings.
Return
a Map representing the input, or null
if the input is null
Parameters
jsonObject
the input JSONObject to be converted