×

Encode Property List

iOS 14 +

Notes

Encode/decode a property list as a JSON Dictionary. You can use this to inspect the underlying code of a shortcut. Use 'Get Link to File' after encoding it back to a property list to import the shortcut into the Shortcuts app. This action requires GizmoPack Pro.

Syntax

encodePlist(operation: <#Enumeration (EncodeDecode)#>, format: <#Enumeration (PlistFormat)#>, input: <#Variable#>)

Example

encodePlist(operation: encode, format: xml, input: ShortcutInput)