getJSONProperty

open fun getJSONProperty(key: String): JSONObject?

Get a JSON property.

Return

JSONObject property value or null if the property does not exist or is not a JSONObject

Parameters

key

the key of the property