fun JSONObject.parseDates(jsonKey: String): HashMap<String, Date?>
Parses dates that match a JSON key in a JSONObject
jsonKey - Key of the dates to deserialize from the JSONObject
jsonKey
JSONException - If the json is invalid.
JSONException