We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
fn.jsonPath
jsonPath
1 parent 28047d9 commit 1b57845Copy full SHA for 1b57845
distribution/examples/orchestration/for-loop/apis.yaml
@@ -19,7 +19,7 @@ api:
19
property.result = property.result ?: []
20
property.result.add(
21
[ "name": property.it.name,
22
- "price": fn.jsonPath('$.price')
+ "price": jsonPath('$.price')
23
])
24
# Render a simplified JSON response with only product name and price
25
- template:
0 commit comments