×

Get Keys

iOS 14 +

Notes

Gets keys in the dictionary at the specified key path or get all keys at the top level of the store.

Syntax

getKeys(source: <#Enumeration (GetKeysSource)#>, keyPath: <#String (Allows Variables)#>, errorWhenValueNotFound: <#Boolean#>)

Example

getKeys(source: dictionary, keyPath: "jsonFiles/", errorWhenValueNotFound: true)