Syntax for selecting nth element of an array #3300
Unanswered
DonBranson
asked this question in
Ideas
Replies: 1 comment 10 replies
-
Hmm, I'm not entirely sure about what the correct syntax should be. Does your query work in https://jsonpath.com/ if you try with some sample data? There are some related tickets to explore moving to |
Beta Was this translation helpful? Give feedback.
10 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
In a request using chaining, I want to extract the zeroth element of an array. This syntax returns an array:
Saying,
I've tried a few things to no avail, but expected this syntax would select the zeroth element:
But the Live Preview says,
What's the correct syntax?
Beta Was this translation helpful? Give feedback.
All reactions