$hasKey
The$hasKey operator checks if an object contains a specific key.
Input
- An array containing an object/map and a string key name
Output
trueif the object contains the specified key,falseotherwise
Examples
Check If Object Has Key
true
Check If Object Does Not Have Key
false
From Field
true if the user_object field contains an “email” key, otherwise false
