containsKey

private open fun containsKey(json: Any, searchKey: String): Boolean

Method to check if a "JSON" source contains a specific key

Return

whether the source constants the key specified

Parameters

json

: "JSON" source

searchKey

: key for value to fetch