×

Edit Dictionary

iOS 14 +

Notes

Delete key pairs from a dictionary or merge two dictionaries together.

Syntax

deleteFromDictionary(dictionary: <#String (Allows Variables)#>, type: <#Enumeration (DeleteDictType)#>, keys: <#Array#>, valueQuery: <#String (Allows Variables)#>, keyQuery: <#String (Allows Variables)#>, dictionaryToMerge: <#String (Allows Variables)#>, removeEmptyValues: <#Boolean#>)

Example

deleteFromDictionary(dictionary: """", type: deleteKey, keys: ["name"], valueQuery: """", keyQuery: """", dictionaryToMerge: """", removeEmptyValues: true)