×

Process JSON with JSONPath/jq

iOS 14 +

Notes

Process JSON using JSONPath or jq. This action requires GizmoPack Pro.

Syntax

queryJSON(input: <#Variable#>, queryType: <#Enumeration (JSONQueryType)#>, jsonPathQuery: <#String (Allows Variables)#>, jqQuery: <#String (Allows Variables)#>, slurp: <#Boolean#>)

Example

queryJSON(input: ShortcutInput, queryType: jsonPath, jsonPathQuery: ""objects/"", jqQuery: """", slurp: "")