Using Jq #494
-
i am new to Jq expression and the command line tool. Would appreciate help with this.
I was trying to use the jq tool to try evaluating the "results" filter, but somehow can't get the jq tool to parse the expressions, for example:
gives the following error:
and it seems in the jq website the example use of "$" is given as below to create a variable which is used subsequently
|
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 2 replies
-
expression syntax in serverless workflow: this is the syntax regardless of expression lang used. so try running the actual expression inside |
Beta Was this translation helpful? Give feedback.
expression syntax in serverless workflow:
${ expression }
this is the syntax regardless of expression lang used.
so try running the actual expression inside