addJSONObjectToMap

open fun addJSONObjectToMap(jsonObject: JSONObject, keys: List<String>, map: Map<String, String>): Map<String, String>

Adds a map of key-value pairs extracted from a JSONObject.

Return

Map with the additions.

Parameters

jsonObject

JSONObject.

keys

Keys.

map

Map to be added to.