×

Get Type of Value

iOS 14 +

Notes

Returns the type of value at the specified key path. Possible returned values are "Text", "Number", "Boolean", "File", "List" and "Dictionary".

Syntax

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

Example

getTypeOfValue(keyPath: "jsonFiles/")