×

Check If Value Exists

iOS 14 +

Notes

Checks if a value exists at the specified key path. The returned value is a boolean represented as 1 for true and 0 for false.

Syntax

checkIfValueExists(keyPath: <#String (Allows Variables)#>)

Example

checkIfValueExists(keyPath: "jsonFiles/")