JSON Parser Xojo plugin

JSONObject.ContainsKey Method

Returns true if the JSON object contains the given key.

ContainsKey(
   key as String) as Boolean

Parameters

key
The key to be evaluated.

Returns

Boolean
True if the key was found, else false.

Remarks

See Also

JSONObject Class