×

Get Value

iOS 14 +

Notes

Gets value at the specified key path. Lists and dictionaries are returned as JSON.

Syntax

getValue(keyPath: <#String (Allows Variables)#>, fallbackValues: <#Variable Array#>)

Example

getValue(keyPath: "count/", fallbackValues: [count])